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

/*------------------------------------------------------------------------ */
/* --- resetter section --------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}

html, body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: 14px;
	line-height: 1.6;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 0px;
	table-layout: fixed;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
a {
	text-decoration: underline;
}
a:link {
	color: #2b4e8e;
}
a:active {
	color: #2b4e8e;
}
a:visited {
	color: #508fbc;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

/*ClearFix*/
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/*------------------------------------------------------------------------ */
/* --- structure section -------------------------------------------------- */

#header #h_box, #main_visual, #topicPath, #main, .footer_box{
	clear: both;
	width: 980px;
	margin: 0px auto;
}

#wrapper {
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}
#header {
	/*full width*/
}

#gnav {
	margin: 0px auto;
}

#main {
	/* with in #content & #snav */
	margin: 0px auto 90px auto;
}
#content {
	/* as main content */
	width: 710px;
	float: left;
	position: relative;
}
#snav {
	/* right or left nav space*/
	width: 240px;
	float: right;
}
#footer {
	/* full width*/
}

/*------------------------------------------------------------------------ */
/* --- common design section ------------------------------------------ */
/* ------header------- */
#header {
	background: url(../common_img/bg_header01.png) repeat-x top;
	padding-bottom: 10px;
}
body{ background: #f2f2f2; }
#header h1 {
	font-size: 10px;
	text-align: right;
	color: #7b7b7b;
	padding: 5px 0 5px 0px;
}

#header #h_box{
	position: relative;
}

#h_left {
	width: 16%;
	float: left;
}

#logo {
	margin: 15px 0px 0px 30px;
	position: absolute;
	left: 0;
	top: 0px;
}

#h_right {
	float: right;
	width: 70.3%;
}
.btn_top{
	text-align: right;
	margin: 16px 0;
}
.btn_top li{
	display: inline-block;
	margin-left: 5px;
}

/*------dropdown_nav------*/
#gnav {
}

#gnav ul.topmenu {
	display: block;
	position: relative;
}

#gnav ul.topmenu li {
	float: left;
	position: relative;
}
/*------ level2 ------*/
#gnav .topmenu ul{
	width: 200px;
	display:none;
	background:#fff;
	position:absolute;
	z-index:9999;
	padding-top: 10px;
}
#gnav .topmenu li li{
	border-left: none;
	float: none;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
}
#gnav .topmenu li li a{
	padding: 10px 15px;	
}
#gnav li li .parent {
	background-image:url(common/images/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}


/*------main_visual_box------*/

#main_visual_box {
	background: url(../common_img/bg_title_main.jpg) no-repeat center;
	height: 150px;
	margin-top: 20px;
}

#main_visual {

}


/*------topicPath------*/
#topicPath {
	clear: both;
	display: block;
	padding: 15px 0px;
}
#topicPath li {
	list-style-type: none;
	display: inline;
	padding-top: 3px;
	font-size: 10px;
}
/*#topicPath li.home {
	padding-left: 20px;
	background: url(../common_img/topicpath_home.gif) no-repeat left center;
}*/
#topicPath li a {
	padding-right: 10px;
	background: url(../common_img/topicpath_arrow.gif) no-repeat right center;
}

ul#topicPath li a:hover {
	/* arrange me */
}

/* ------ main ------- */
#main {
}
/* titles  Use  large -> small  */
.title_main {
	text-align: center;
	padding-top: 40px;
}
.title_sub {
	background: url(../common_img/bg_title_sub.png) no-repeat 0px 0px;
	padding: 0 0 0 35px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	width: 635px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.title_section {
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 15px;
	color: #2b4e8e;
	border-left: solid 5px #2b4e8e;
}
.title_item {
	font-size: 14px;
	background: url(../common_img/bg_title_sec.png) no-repeat left 5px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_page{
	font-size: 16px;
	font-weight: bold;
	display:block;
	margin-bottom: 10px;
}
.title_images{ margin-bottom: 15px;}
/* ------snav left (or right) tool box----- */
#snav .banner_snav li{
	margin-bottom: 20px;
}
#snav .banner_snav li img{
	width:100%;
}

/* ------side_news----- */


/* ------footer------- */
.page_up {
	text-align: right;
}
#scrollUp {
	width: 41px;
	height: 41px;
  bottom: 280px;
  right: 100px;
	background:url(../common_img/pagetop.jpg) no-repeat right bottom;
}

#footer {
	background-color: #EEEEEE;
	background: url(../common_img/bg_footer01.png) repeat-x top;
	padding: 60px 0 10px;
}
#logo_f {
	float: left;
}
#footer .btn_top{
	float: right;
	margin: 10px 0 0 0;
}

#footer_link{
	background: url(../common_img/bg_footer02.jpg) repeat-x top;
	padding: 30px 0; 
	text-align: center;
}
#footer_link li{
	display: inline-block;
	font-size: 12px;
	margin: 0 8px;
}
#footer_link li a{
	color: #FFF;
}
#footer_link li a:hover{
	color: #CCC;
}
/* --- utility section ----------------------------------------------------------------------------- */

/* text align */
.txt_c{
	text-align:center !important;
}
.txt_l{
	text-align:left !important;
}
.txt_r{
	text-align:right !important;
}

/* if needs instant arrange */
.sec_p p { margin-bottom: 15px; }

.space_l{
	margin-left:15px;
}
.space_r{
	margin-right:15px;
}
.space_b{
	display:block;
	margin-bottom:15px;
}

#wrapper .mb_clear {
	margin-bottom: 0px;
}
#wrapper .mb10 {
	margin-bottom: 10px;
}
#wrapper .mb15 {
	margin-bottom: 15px;
}
#wrapper .mb20 {
	margin-bottom: 20px;
}
#wrapper .mb30 {
	margin-bottom: 30px;
}
#wrapper .mb40 {
	margin-bottom: 40px;
}
#wrapper .mb50 {
	margin-bottom: 50px;
}

/*-------container------- */
.container {
	margin-bottom: 35px;
}
.container .msg {
	width: 455px;
	word-break: break-all;
}
.container .img {
	width: 260px;
}
.white_box .msg {
	width: 410px;
}
.white_box .img {
	width: 240px;
}

.case{ margin-bottom: 20px; }

.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}

/* more botton right */
.more{
	margin-top: 10px;
	text-align: right;
}

/* highlight & line_box box */
.highlight{
	padding:15px;
	margin-bottom:40px;
	border: 1px dotted #e5e5e5;
	background-color: #FAFAFA;
}
.line_box{
	padding:15px;
	border: 1px solid #ddd;
}

/* table style */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
	border-top: 1px solid #C2D2EF;
}
.tb_style th,
.tb_style td{
	text-align:left;
	padding:10px;
	border-bottom: 1px solid #C2D2EF;
	box-sizing: border-box;
}
.tb_style th{
	background:#F6F5F1;
}

/*------ list_dot ------*/
.list_dot{
	list-style:disc;
	margin:0 0 15px 17px;
}
.list_dot li{ margin-bottom: 5px;}


/* control_area */
.control_area{
	text-align:center;
}
.control_area .btn_left{
	float:left;
}
.control_area .btn_right{
	float:right;
}
.control_area .btn_center{
	display:inline-block;
}
.control_txt a{
	color: #FFF;
	display: block;
	padding:5px 25px;
	background: #EA6188;
	font-weight: bold;
	margin-bottom:15px;
	text-decoration: none;
}
.control_txt a:hover{	background: #2B4E8E; }

/* ------ colum style ------- */
.col2_box, .col3_box, .col4_box{
	margin-bottom:30px;
	position:relative;
}
.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
}

/* ------2colum------- */
.col2_box {
}
.col2_box .col2 {
}

/* ------3colum------- */
.col3_box {
}
.col3_box .col3 {
}

/* ------4colum------- */
.col4_box {
}
.col4_box .col4 {
}

.txt_b{
	font-weight:bold;
}

.white_box{
	background: #FFF;
	padding: 20px;
	border-top: 7px solid #2B4E8E;
}
.white_box.blue{
	background-color: #C2D2EF;
}
.white_box_big{
	padding: 30px;
	padding-top: 15px;
}

.blue .msg{ width: 340px;}
.blue p{ margin-bottom: 0;}

.non_line{
	border: none;
}

.title_line{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	border-bottom:#000 solid 1px;
}

.title_line_box{
	font-size:16px;
	display:block;
	padding:10px 15px;
	border:#000 solid 1px;
}

.line_box .msg {
	width:440px;
	word-break: break-all;
}
.line_box .img {
	width:220px;
}

.list_star {
	text-align:center;
}
.list_star li{
	display:inline-block;
}

.list_arrow li{
	padding-left:25px;
	background:url(../common_img/arrow01.png) no-repeat left center;
}

/*---------- tab_warp -------------*/
.tab_warp .note{
	font-size:10px;
	margin-bottom: 10px;
}
.tab_warp .note_msg{
	padding-top:16px;
}
.tab_warp .tab_menu {
	text-align:center;
}
.tab_warp .tab_menu li{
	display:inline-block;
	width:167px;
	margin-left:14px;
}
.tab_warp .tab_menu li:first-child{
	margin-left:0;
}
.tab_warp .tab_menu a{
	color:#2B4E8E;
	text-decoration:none;
	font-weight:bold;
	padding:7px 0;
	display:block;
	background: #c2d2ef;
}
.tab_warp .tab_menu .ui-tabs-selected a{
	color:#fff;
	background:#2B4E8E;
}
.tab_warp .menu1 a{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom:none;
}
.tab_warp .menu2 a{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top:none;
}
.tab_warp .ui-tabs-hide {
	display: none;
}

a.btn_styarrow{
	text-decoration:none;
	padding:5px 5px 5px 25px;
	border:#ddd solid 1px;
	background:url(../common_img/arrow01.png) no-repeat 5px  center;
	font-size: 13px;
	color: #333;
}
a.btn_styarrow:hover{
	color:#fff;
	border-color: #2B4E8E;
	background:url(../common_img/arrow02.png) #2B4E8E no-repeat 5px  center;

}

/*------ menu_col4 ------*/
.menu_col4 li{
	float:left;
	width:160px;
	margin:0 0 10px 10px;
	
}
.menu_col4 li:nth-child(4n+1){
	margin-left:0;
}
.menu_col4 .selected{
	color:#fff;
	background-image:url(../common_img/arrow02.png);
	background-color:#2B4E8E;
	border-color: #2B4E8E;
}
.menu_col4 .btn_styarrow{
	display:block;
}

/*------ menu_col3 ------*/
.menu_col3 li{
	float:left;
	width:216px;
	margin:0 0 10px 10px;
}
.menu_col3 li:nth-child(3n+1){
	margin-left:0;
}
.menu_col3 .selected{
	color:#fff;
	background-color:#000;
}
.menu_col3 .btn_styarrow{
	display:block;
}
