@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	min-height: 100%;
	background: #e4e4ec;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	font-size: 100%;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
header,hgroup,menu,nav,section,summary{
	display:block;
}

a img {
    border: medium none;
    margin: 0;
    padding: 0;
}

a {
	/*text-decoration: none;*/
	color: #000;
	transition: all .3s;
}

a:hover {
	color: #FF5000;
	background-color: gold;
}

article, aside, details, figcaption, figure, header, hgroup, nav, section {
    display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*  clearfix  */

.clearfix:after,#header:after,#header_wrap:after,.contents_top:after,
#image-bloc:after,#new_top:after,
#footarea_wrap:after, section:after, #new_top:after, .f_area:after, article:after,.answer_box:after,.answer_box:after,.convey_list:after,.convery_date_main:after,.art_movie:after,.news_ul_img:after{
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*  padding  */

.pr_10{
	padding-right:10px !important;
}
.pr_20{
	padding-right:20px !important;
}
.pr_30{
	padding-right:30px !important;
}
.pr_40{
	padding-right:40px !important;
}
.pr_50{
	padding-right:50px !important;
}
.pr_60{
	padding-right:60px !important;
}

.pl_10{
	padding-left:10px !important;
}
.pl_20{
	padding-left:20px !important;
}
.pl_30{
	padding-left:30px !important;
}
.pl_40{
	padding-left:40px !important;
}
.pl_50{
	padding-left:50px !important;
}

.pt_10{
	padding-top:10px !important;
}
.pt_20{
	padding-top:20px !important;
}
.pt_30{
	padding-top:30px !important;
}
.pt_40{
	padding-top:40px !important;
}
.pt_50{
	padding-top:50px !important;
}

.pb_10{
	padding-bottom:10px !important;
}
.pb_20{
	padding-bottom:20px !important;
}
.pb_30{
	padding-bottom:30px !important;
}
.pb_40{
	padding-bottom:40px !important;
}
.pb_50{
	padding-bottom:50px !important;
}


/*  margin  */
.mr_10{
	margin-right:10px !important;
}
.mr_20{
	margin-right:20px !important;
}
.mr_30{
	margin-right:30px !important;
}
.mr_40{
	margin-right:40px !important;
}
.mr_50{
	margin-right:50px !important;
}

.ml_10{
	margin-left:10px !important;
}
.ml_12{
	margin-left:12px !important;
}
.ml_13{
	margin-left:13px !important;
}
.ml_20{
	margin-left:20px !important;
}
.ml_30{
	margin-left:30px !important;
}
.ml_40{
	margin-left:40px !important;
}
.ml_50{
	margin-left:50px !important;
}

.mt_10{
	margin-top:10px !important;
}
.mt_20{
	margin-top:20px !important;
}
.mt_30{
	margin-top:30px !important;
}
.mt_40{
	margin-top:40px !important;
}
.mt_50{
	margin-top:50px !important;
}
.mt_70{
	margin-top:70px !important;
}

.mb_0{
	margin-bottom:0px !important;
}
.mb_10{
	margin-bottom:10px !important;
}
.mb_20{
	margin-bottom:20px !important;
}
.mb_30{
	margin-bottom:30px !important;
}
.mb_40{
	margin-bottom:40px !important;
}
.mb_50{
	margin-bottom:50px !important;
}

.m_c{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*  font-size  */
.f_10{
	font-size:10px !important;
}
.f_11{
	font-size:11px !important;
}
.f_12{
	font-size:12px !important;
}
.f_13{
	font-size:13px !important;
}
.f_14{
	font-size:14px !important;
}
.f_15{
	font-size:15px !important;
}
.f_16{
	font-size:16px !important;
}
.f_20{
	font-size:20px !important;
}
.f_b{
	font-weight:bold !important;
}


/*  border  */
.bd_n{
	border:none !important;
}


/*  float  */
.float_r{
	float:right !important;
}
.float_l{
	float:left !important;
}
.clear{
	clear:both !important;
}


/*  text-align  */
.t_r{
	text-align:right;
}
.t_l{
	text-align:left;
}
.t_c{
	text-align:center;
}


/*  color  */
.red {
	color: #F00;
}
.blue {
	color: #06C;
}
.gry01{
	color: #999;
}

.orange {
	color:#ff5000;
}

.pink {
	color:#F9C;
}


/*  border  */

/*  table  */

.table01{
    border-collapse: collapse;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
	border-spacing: 0;
}

.table01 th{
	font-style:normal;
	background-color:#cce0ea;
	padding-left:10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 16px;
	font-weight: normal;
}

.table01 td{
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-right-color: #666;

}

.table02{
    border-collapse: collapse;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
	border-spacing: 0;
}

.table02 th{
	font-style:normal;
	background-color:#cce0ea;
	padding-left:10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 14px;
	font-weight: normal;
}

.table02 td{
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-right-color: #666;

}
.table03{
    border-collapse: collapse;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
	border-spacing: 0;
}
.table03 th{
	font-style:normal;
	background-color:#cce0ea;
	padding-left:10px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 16px;
	font-weight: normal;
	width:15%;
}
.table03 td{
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-right-color: #666;
}
.table03 img{
	vertical-align:middle;
}


/* ul.li */
.ul01{
	margin-left:18px;
}
.ul01 li{
}

/*ul li {
	list-style-position: inside;
}
*/

.listyle_none {
	list-style-type: none !important;
}


/* design */
.silver_back {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #dbdbdb 12%, #dbdbdb 50%, #e6e4e4 90%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(12%,#e6e4e4), color-stop(50%,#e6e4e4), color-stop(90%,#e6e4e4), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e6e4e4 12%,#e6e4e4 50%,#e6e4e4 90%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#e6e4e4 12%,#e6e4e4 50%,#e6e4e4 90%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#e6e4e4 12%,#e6e4e4 50%,#e6e4e4 90%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#e6e4e4 12%,#e6e4e4 50%,#e6e4e4 90%,#fefefe 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e4', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.8);
	width:46%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	color: #00688F;
	font-size: 16px;
	float: left;
	margin-right: 20px;
	padding-right: 10px;
}

@media (min-width: 680px) {
/* display */
.dn_pc{
	display:none !important;
}
}
@media (max-width: 679px) {
.silver_back {
	float:none;
	width:100%;
}
.dn_mob{
	display:none !important;
}
}
