@charset "UTF-8";
/* CSS Document */

/* ============================== common ============================== */
body {
	background-color: #f3f3eb;
}

@media only screen and (max-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
}

.btn {
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* ============================== header ============================== */
.header_wrap {
	background-color: #ffffff;
	width:auto;
}
@media only screen and (max-width: 1009px) {
.header_wrap {
	width:1009px;
}
}
@media only screen and (max-width: 768px) {
.header_wrap {
	width:100%;
}
}

header {
	width: 970px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	height: 60px;
	padding-left:20px;
	padding-right:20px;
}

.logo {
	float: left;
}

.irsite_link {
	float: right;
}

@media only screen and (max-width: 768px) {
header {
	width: 95%;
	margin-bottom: 30px;
		padding-left:0px;
	padding-right:0px;
}

.logo {
	float: none;
	clear: both;
}

.irsite_link a {
	font-size: 12px;
}
}

.irsite_link a {
	background: url(../images/common/sitebg.png) 10px no-repeat;
	background-color: #888888;
	color: #ffffff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-left: 46px;
	padding-right: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
}

.irsite_link a:hover {
	background-color: #595757;
}

/* ============================== main ============================== */
section {
	width: 970px;
	margin: 0px auto 0px auto;
	clear: both;
	padding-right:20px;
	padding-left:20px;
}

h1 {
	font-size: 22px;
	margin: 0px;
	text-align: left;
	padding: 20px 0px 20px 0px;
}

.tab_nav {
	width: 970px;
	margin: 0px auto 0px auto;
	clear: both;
	padding-left:20px;
	padding-right:20px;
}

.main_nav {
	margin: 0px;
	list-style: none;
}

.main_nav li {
	width: 47%;
	float: left;
	display: block;
	margin-right: 6%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
section {
	width: 95%;
	padding-left:0px;
	padding-right:0px;
}

h1 {
	font-size: 20px;
}

.tab_nav {
	width: 95%;
	padding-left:0px;
	padding-right:0px;
}

.main_nav li {
	font-size: 14px;
}
}

.main_nav li a {
	text-decoration: none;
	color: #717171;
	display: block;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.main_nav li a:hover {
	background-color: #c9c9ca;
	font-weight: bold;
	color: #000000;
}

.nomgn {
	margin-right: 0px !important
}

.main_nav li span {
	padding-left: 50px;
	display: block;
	height: 45px;
	line-height: 45px;
}

.tab_mov {
	background: url(../images/common/bg_mov.png) no-repeat 10px;
}

.tab_txt {
	background: url(../images/common/bg_txt.png) no-repeat 10px;
}

.tab_active {
	background: url(../images/common/active_bg.png) repeat-x top;
}

.tab_nonactive {
	background: url(../images/common/nonactive_bg.png) repeat-x bottom;
}

.contents_wrap {
	background-color: #f3f3eb;
}
.contents {
	padding-top:20px;
	padding-bottom:20px;
}
.contents li {
	list-style-type:none;
}
.contents ul.li_lv2 {
	padding-left:1em;
}
.mov_contents_box {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
	-webkit-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
	-moz-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
}
.mov_sec {
	width: 640px;
	float: left;
}
.cap_sec {
	width: 265px;
	float: right;
}

.mov {

	width: 100%;
	height: 56.25%;
	/*width: 640px;
	height: 360px;*/
	border: #c9c9c9 1px solid;
}
/* ============================== video ============================== */

.mov {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.mov iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.download {
	margin: 0px;
	list-style: none;
}
.download li {
	padding: 10px 0;  
	width: 100%;
	line-height: 20px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	border: #c9c9c9 1px solid;
	background: url(../images/common/download_btn_bg.png) repeat-x;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.download li {
	width:100%;
}
}
.download li a {
	background: url(../images/common/download_bg.png) no-repeat 8px;
	padding-left: 45px;
	text-decoration: none;
	color: #424242;
	display: block;
}
.download li a:hover {
	background-color: #E1E1E1
}
.download li a span {
	font-size: 12px;
}
.cap_sec h3 {
	font-size: 13px;
	background-color: #f4f4f4;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.cap_sec .mov_cap {
	height: calc(100% - 50px);
	overflow: auto;
	background-color: #f4f4f4;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 20px;
}
.cap_sec h4 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	background-color: #409efe;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	/*border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
}
.cap_sec ul {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	list-style: none;
}
.cap_sec ul li {
	border-bottom: 1px #c9c9c9 dotted;
}
.cap_sec ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.cap_sec ul li a:hover {
	background-color: #E1E1E1;
}
.disclaimer {
	font-size: 12px;
	margin-top: 20px;
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
.cap_sec .mov_cap {
	height: 31.2vw;
	overflow: auto;
	background-color: #f4f4f4;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 20px;
}
}

@media only screen and (max-width: 768px) {
.mov_contents_box {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0px;
}
.mov_sec {
	width: 100%;
	float: none
}
.cap_sec {
	width: 90%;
	float: none;
	margin-top: 20px;
	margin-right:auto;
	margin-left:auto;
}
.mov {
	width: 100%;
	height: auto;
	border: #c9c9c9 1px solid;
}
.download li {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.cap_sec h3 {
	background-color: #ffffff;
}
.cap_sec .mov_cap {
	height: 240px;
	overflow: auto;
	background-color: #ffffff;
}
}
.txt_sec {
	width: 640px;
	float: left;
}
.txt_sec p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.txt_sec h2 {
	font-size: 20px;
	background-color: #dfdfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px 10px 5px 0px;
	margin-bottom: 20px;
	
}
.txt_sec h2 span {
	width: 10px;
	height: 8px;
	background: #ffffff;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 3px;
}
.txt_img {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.txt_img img {
	border: #c9c9c9 1px solid;
}
.pagenation {
	margin-top: 50px;
	margin-bottom: 30px;
}
.pagenation ul {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: block;
}
.pagenation ul li {
	margin-right: 10px;
	display: inline;
}
.pagenation ul li span {
	display: block;
		color: #FFF;

	padding: 3px 8px 3px 8px;
	display: inline-block;
	border: 1px solid #444;
border-radius: 3px;

	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #666; /* Old browsers */

}
.pagenation ul li a {
	display: inline-block;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
border-radius: 3px;
	border: 1px solid #BBB;
	color: #666;

	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */}
.pagenation ul li a:hover {
	background: #666;
	color: #ffffff;
}
.cap_sec .txt_cap {
	background-color: #f4f4f4;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 20px;
}
.pchide {
	display:none}

@media only screen and (max-width: 768px) {
.txt_sec {
	width: 100%;
	float: none
}
.txt_sec p {
	/*font-size:18px;
	line-height:1.8em;*/
	
	}
.txt_sec h2 {
	background: #ffffff;
	font-size: 18px;
	box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
	-webkit-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
	-moz-box-shadow: rgba(148, 155, 163, 0.3) 0px 0px 4px 1px;
}
.txt_sec h2 span {
	background-color: #dfdfcf;
}
.txt_img {
	margin: 10px 15px 10px 15px;
}

/*ios用スクロールバー*/
.cap_sec .txt_cap{
     height: 280px;
     padding: 10px;
     overflow: auto;
	 	background-color: #ffffff;

}

.cap_sec .txt_cap::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}

.cap_sec .txt_cap::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #898989;
    border-radius: 10px;
}
.cap_sec .txt_cap::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #dcdcdc;
}
.cap_sec .txt_cap::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #dcdcdc;
}


/**/
.pagenation ul li a {
	background-color: #ffffff;
}
.pchide {
	display:block;
	}
}
/*footer*/
footer {
	clear: both;
	margin-top: 40px;
	margin-bottom: 15px;
}
footer small {
	width: 970px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 10px;
	display: block;
}

@media only screen and (max-width: 768px) {
footer {
	margin-top: 20px;
}
footer small {
	width: 100%;
}
.sphide {
	display:none;}
}


