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

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

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../common_img/bg_body.gif);
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: Helvetica, Arial, "Doroid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6em;
	text-align: center;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 1px solid #333;
	table-layout: fixed;
	text-align: left;
}

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;
	color: #333;
}

/*-- リンクの点線を消去 --*/
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 -------------------------------------------------- */
.container, #footer #footer_box{
	clear: both;
	width: 1180px;
	margin: 0px auto;
}
.s_container {
	clear: both;
	width: 1200px;
	margin: 0px auto;
}


/*------------------------------------------------------------------------ */
/* --- common design section ------------------------------------------ */


#header {
	background: url(../common_img/bg_header.png) no-repeat center top;
	height: 207px;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(112,112,112,0.62);
	-moz-box-shadow: 0px 3px 12px 0px rgba(112,112,112,0.62);
	box-shadow: 0px 3px 12px 0px rgba(112,112,112,0.62);
}
#header h1 {
	max-width: 389px;
	margin: 0 auto;
}
#header_box {
	width:1220px;
	margin: 0 auto 0;
	position: relative;
	height: 207px;
}
#header ul#gnav {
	position: absolute;
	bottom: 0;
}
#header ul#gnav li {
	float: left;
	display: block;
	width: 203px;
	text-align: center;
}





/* footer  */
#footer {
	background: url(../common_img/bg_footer.png) no-repeat center top;
	height: 170px;
}
#footer_box ul {
	overflow: hidden;
	width: 770px;
	margin: 0 auto;
	padding: 14px 0;
}
#footer_box ul li {
	text-align: center;
	float: left;
	margin: 0 auto;
	width: 110px;
}
#footer_box ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer_box #footer_info {
	text-align: center;
	color: #FFF;
	border-top: dotted 1px #FFF;
	padding-top: 14px;
}
#footer_box #footer_info span {
	font-weight: bold;
}
#footer_box .copy {
	font-size: 11px;
	text-align: center;
	color: #FFF;
}


/* --- utility section ----------------------------------------------------------------------------- */

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


/*-------container------- */
.section {
	margin-bottom: 40px;
}

.container p {
	margin-top:20px;
}
.container p:first-child {
	margin-top:0;
}

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

.page-sent  {
	overflow: hidden;
	margin-top: 15px;
}
.page-sent .prev {
	float: left;
}
.page-sent .next {
	float: right;
}

#title_main {
	color: #FFF;
	background-color: #2295C0;
	text-align: center;
	padding: 3% 0;
	line-height: 1.3em;
	font-size: 24px;
	margin-bottom: 2%;
}
#title_main span  {
	display: block;
	font-size: 70%;
	text-align: center;
	
}
.title_sec {
	color: #2295C0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5%;
}



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



/* ------ colum style ------- */

.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
}

#access .container {
	background: #FFF;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	-moz-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	overflow: hidden;
	margin-bottom: 30px;
}
#access .container .access_box {
	padding: 20px;
	overflow: hidden;
}
#access .container iframe {
	width: 510px;
	height: 300px;
	float: left;
}
#access .container .img li {
	margin-left: 24px;
	float: left;
}
#access .col3_box {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
#access .col3 {
	width: 310px;
	margin: 0 40px;
	overflow: hidden;
}
#access .col3 img {
	float: left;
}
#access .col3 dt {
	font-weight: bold;
}
.section#link_area .s_container{
	position: relative;
}

.section#link_area #twitter {
	float: left;
	width: 700px;
	padding: 25px;
	background: #139ECD;
	-webkit-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	-moz-box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
	box-shadow: 4px 4px 12px 0px rgba(130,130,130,1);
}
.section#link_area #twitter_inner {
	padding: 20px;
	background: #FFF;
	height: 280px;
	overflow: auto;
}
.section#link_area .twitter_logo {
	position: absolute;
	left: -5px;
	top: -20px;
	width: 83px;
}
.section#link_area ul.link {
	width: 423px;
	float: right;
}
.section .container.clearfix.pic_r .msg table caption strong {
	font-size: 24px;
	color: #1C76A5;
}

/* ------tb_style------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding:5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.tb_style th{
	background: #2295C0;
	color: #FFF;
}
.tb_style td{
	background: #FFF;
}