@charset "utf-8";

/*
Theme Name: toshin
Version: 1.00
*/
/* ---------------------------------------------------------------------
 [Shared] Reset
--------------------------------------------------------------------- */

html {
	color:#000000;
	overflow-y:scroll;
}

:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}
img {
	border: 0;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}

address {
    font-style: normal;
    display: inline;
}



/* ---------------------------------------------------------------------
 [Wordpress] Content
--------------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: none;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: 0.75em;
}



/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header {
    margin-bottom: 0;
}
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* ---------------------------------------------------------------------
 [Common] Page Shared
--------------------------------------------------------------------- */
body {
    margin:0 auto;
	text-align:center;
	color:#333333;
	line-height: 1.6;
	font:13px/1.6 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	background-image:url('images/common/bg-head_01.jpg');
	background-position:0 0;
	background-repeat:repeat-x;
}
body#scd{
	background-image:url('images/common/bg-head_02.jpg');
}



/* リンクカラー */
a {
	color: #3F8CCC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img{
opacity:1.0;
filter: alpha(opacity=100);
}

a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}


.clear {
	clear:both;
}

/* -----　パンくず　----- */
.navi {
	display: none;
	margin:2px 5px 10px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}


/* -----　ページャー　----- */

div.pager{width:670px;
margin-top:25px;
margin-bottom:25px;
text-align:right;
}

div.pager span{
text-align:center;
padding:3px;
background-color:#A8B0FB;
margin-left:1px;
float:left;
height:15px;
line-height:100%;
color:#FFFFFF;
}

div.pager span a{color:#FFFFFF;
text-decoration:none;}

div.pager span a:hover{color:#FFFFFF;
text-decoration:none;}


div.pager span:hover{
text-align:center;
padding:3px;
background-color:#6BD6FE;
margin-left:1px;
float:left;
height:15px;
line-height:100%;
color:#FFFFFF;
}


/* ---------------------------------------------------------------------
 [Common] Layout
--------------------------------------------------------------------- */
#head {
	width:900px;
	margin:35px auto 19px;
}

#main {
	width:900px;
	margin:0 auto;
}
#content {
	float:left;
	width:540px;
}
#side {
	float:right;
	width:325px;
}
#scd #content {
	float:right;
	width:670px;
}
#scd #side {
	float:left;
	width:210px;
}
#foot {
	width:100%;
	background-image:url(images/common/bg-foot_01.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	text-align:left;
}

/* ---------------------------------------------------------------------
 [Common] Header
--------------------------------------------------------------------- */

#head h1{
	float:left;
}
#head-contents {
	float:right;
	width:425px;
}
#head ul{
	margin-top:11px;
	list-style:none;
}

#head-contents .left {
	width:210px;
	float:left;
}

#head-contents .right {
	width:202px;
	float:right;
}



/* -- globalNav -- */
#gm {
	width:900px;
	margin:0 auto;
	list-style:none;
}
#gm li{
	float:left;
}


#key-img {
	margin:12px auto 40px;

}
#key-img #cycle{
	position:relative;
	margin:0 auto;
	width:900px;
	height:290px;
	overflow:hidden;
}

body#scd #key-img {
	margin-bottom:30px;
	margin-top:0px;
}

/* ---------------------------------------------------------------------
 [Common] Footer
--------------------------------------------------------------------- */
/* ---　ページトップ　--- */
#gotop {
	text-align:right;
	width:900px;
	margin:0 auto;
	padding-bottom:0;

}



/* ---　フッター　--- */
#foot-inner {
	width:900px;
	background-image:url(images/common/bg-foot_01.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0 auto;
	line-height:1.1em;
	padding-top:25px;
	margin-bottom:40px;
	text-align:center;

}


/* -- コピーライト -- */
.copyright {
	color: #666666;
	width:100%;
	clear:both;
}

.copyright .copyright-content {
	text-align:center;
	padding:10px 0 0 0;
	font-size: 85% !important;
	font-size: 80%;
}

/* ---------------------------------------------------------------------
 [Common] Side Navigator
--------------------------------------------------------------------- */
#sn-box{
	background-image:url(images/common/bg-sn.jpg);
	background-position:0 bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#sn-box ul{
	border:1px solid #D5D5D5;
	text-align:left;
	padding-top:20px;

}

#sn-box ul li{
	border-bottom:1px solid #D5D5D5;
	margin:10px 5px 15px;
	padding-bottom:15px;
}
#sn-box ul li a{
	background-image:url(images/common/ico-arrow_01.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:9px;
	width:160px;
	display:block;
}
/* ---------------------------------------------------------------------
 Index
--------------------------------------------------------------------- */
.info-box{
	text-align:left;
	background-image:url(images/common/bg-btm_01.jpg);
	background-position:0 bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	margin-bottom:25px;
}
.info-box h2{
	margin-bottom:2px;
}
.info-box li{
	background-image:url(images/common/bg-brdr_02.gif);
	background-position:0 bottom;
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:22px;
}
.info-box ul li span{
	float:left;
}
.info-box ul.news{
	background-color:#F0F3F9;
	height:240px;
	overflow:scroll;
}
.info-box ul.news li span{
	color:#1B84B5;
}
.info-box ul.recruit{
	background-color:#F0F9F3;
	height:240px;
	overflow:scroll;
}
.info-box ul.recruit li span{
	color:#339933;
}
.info-box ul.recruit li a{
	color:#339933;
}
.info-box li div{
	float:right;
	width:410px;
}
.info-box li:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
	font-size:0;
    clear: both;
}

.info-box li { /* for IE5.5-7 */
    zoom: 1;
}

/* exlude MacIE5 \*/
* html .info-box li { height: 1% }


#movie-box-index{
	background-image:url(images/index/bg-movie_content.jpg);
	background-position:0 70px;
	background-repeat:no-repeat;
	width:325px;
	text-align:right;
	margin-bottom:12px;
}
#movie-box-index h2{
	margin-bottom:10px;
}
#movie-box-index .movie-inner{
	text-align:left;
	width:306px;
	margin:0 auto 4px;
}
#movie-box-index div.movie{
	width:306px;
	height:203px;
	background-color:#999999;
	border:1px solid #F6E6C7;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
}
#movie-box-index .movie{

}
#movie-box-index a{
	margin-right:6px;
}
#pickup-box h2{
	margin-bottom:12px;
}
#pickup-box li{
	margin-bottom:5px;
}


/* ---------------------------------------------------------------------
 Second Common
--------------------------------------------------------------------- */
#scd #content h2{
	background-image:url(images/common/ttl-h2.jpg);
	color:#115A86;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	line-height:49px;
	padding-left:30px;
	margin-bottom:20px;
}

#scd #content h3{
	background-image:url(images/common/ico-arrow_01.gif);
	background-position:14px 5px;
	background-repeat:no-repeat;

	color:#115A86;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	padding-left:40px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #48C0E0;
}
#scd #content h4{
	font-weight:bold;
	font-size:16px;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-top:2px solid #55C0E0;
	border-bottom:1px solid #48C0E0;
}
.ttl-style_01{
	color:#0099CC;
	font-size:16px;
}




.small-rightbox{width:242px;
    margin-bottom:10px;
	margin-left:20px;
	float:right;
	}

.small-leftbox{width:242px;
    margin-bottom:10px;
	margin-left:20px;
	float:left;
	}

.atttext-gl{color:#5E9625;
    font-weight:bold;
	font-size:140%;
	}

/* ---------------------------------------------------------------------
 Company
--------------------------------------------------------------------- */
/* 会社概要
------------------------------------------------------------------------------*/
#scd .content-inner{
	text-align:right;
	margin-bottom:40px;
}
#scd div.small-content{
	width:620px;
	margin:0 auto 40px;
	text-align:left;
}
#scd #content table{
	width:620px;
	margin:0 auto 10px;
}

#scd #content table th{
	background-image:url(images/common/brdr_03.gif);
	background-position:0 bottom;
	background-repeat:repeat-x;
	width:180px;
	background-color:#F0FED8;
	text-align:center;
	border-bottom:3px solid #FFF;
	padding:10px 0;
	vertical-align:top;
}
#scd #content table td{
	background-image:url(images/common/brdr_03.gif);
	background-position:0 bottom;
	background-repeat:repeat-x;
	border-bottom:3px solid #FFF;
	text-align:left;
	padding:10px;
}

/* 会社沿革
------------------------------------------------------------------------------*/
#scd #content table.history{
	width:567px;
	margin:0 auto 10px;
}
#scd #content table.history th{
	background-image:none;
	background-color:#FFF;
	font-weight:normal;
	color:#115A86;
	width:100px;
	padding:5px 0;
	border-bottom:1px dotted #D5D5D5;
}
#scd #content table.history td{
	padding:5px;
	background-image:none;
	border-bottom:1px dotted #D5D5D5;
}

/* アクセスマップ
------------------------------------------------------------------------------*/

/* 経営・品質方針
------------------------------------------------------------------------------*/

/* 施設紹介
------------------------------------------------------------------------------*/

/* 商品紹介
------------------------------------------------------------------------------*/

.itembox{border-bottom-color:#6FCDE1;
          border-bottom-style:dotted;
		  border-bottom-width:1px;
		  padding-bottom:20px;
		  }


.itembox-name{width:380px;
 padding:10px;
 border-bottom-color:#CCCCCC;
 border-bottom-style:solid;
 border-bottom-width:1px;
 font-size:120%;
 font-weight:bold;
 margin-bottom:15px;
 }

.item-pt{width:180px;
    float:right;}
.item-spec{width:400px;
    float:left;}

#scd #content .item-spec table.spec{width:400px; margin-top:10px;}
#scd #content .item-spec table.spec th{background-color:#E8FCFD;
font-weight:bold;
width:110px;
padding:3px;

}

#scd #content .item-spec table.spec td{background-color:#FFFFFF;
font-weight:normal;
padding:3px;

}


.srcbox-hd{width:670px;
background-image:url(images/item/bk-pull.jpg);
background-position:top;
background-repeat:no-repeat;
margin-top:30px;
text-align:left;
}

.srcbox-hd div.srcbox1{width:200px;
padding-top:25px;
margin-top:20px;
margin-left:20px;
float:left;
text-align:left;
background-image:url(images/item/bk-pull1.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.srcbox-hd div.srcbox2{width:200px;
padding-top:25px;
margin-top:20px;
margin-left:15px;
float:left;
text-align:left;
background-image:url(images/item/bk-pull2.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.srcbox-hd div.srcbox3{width:200px;
padding-top:25px;
margin-top:20px;
margin-left:15px;
float:left;
text-align:left;
background-image:url(images/item/bk-pull3.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.srcselect{width:200px;}


.srcbox-ft{width:670px;
text-align:center;
height:35px;
padding-top:35px;
background-image:url(images/item/bk-src.jpg);
background-repeat:no-repeat;
margin-bottom:25px;}



/* サイトマップ
------------------------------------------------------------------------------*/


.sm-box{

	margin-bottom:20px;
}

.sm-box ul{

	text-align:left;


}

.sm-box ul li{
	border-bottom:1px dotted #D5D5D5;
	margin-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	float:left;

}
.sm-box ul li a{
	background-image:url(images/common/ico-arrow_02.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:9px;
	width:160px;
	display:block;
}


/* お問い合わせ
------------------------------------------------------------------------------*/

div.waku2{line-height:140%;
      margin-bottom:20px;}


/* ---------------------------------------------------------------------
 Other Flagments
--------------------------------------------------------------------- */
/* Utilities ----------------------------------------------------------------- */

.f-left{
	float:left;
	display:inline;
}
.f-right{
	float:right;
	display:inline;
}

.a-left{
	text-align:left;
}

.wd490{
	width:635px;
}

.comp_add {
	width:280px;
}

.f-left .wd220 {
	width:280px;
	padding: 0px 0px 10px 0px;;
}

.wd225{
	width:225px;
}

.mgt20{
	margin-top:20px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb60{
	margin-bottom:60px;
}
.pdt20{
	padding-top:20px;
}
.pdt13{
	padding-top:13px;
}
.pdlr17{
	padding-left:17px;
	padding-right:17px;
}
.pdb30{
	padding-bottom:30px;
}
p{
	padding-bottom:30px;
}
.font12{
	font-size:10px;

}
.ls01{
	letter-spacing:0.1em;
}
.ls001{
	letter-spacing:0.01em;
}
.bold{
	font-weight:bold;
}
.txt-style_01{
	line-height:2em;
	padding-bottom:5px;
}
.txt-style_02{
	line-height:2em;
	padding-bottom:5px;
}


.font10 {font-size:77%;}
.font11 {font-size:85%;}
.font12 {font-size:93%;}
.font13 {font-size:100%;}
.font14 {font-size:108%;}
.font15 {font-size:116%;}
.font16 {font-size:123.1%;}
.font17 {font-size:131%;}
.font18 {font-size:138.5%;}
.font19 {font-size:146.5%;}
.font20 {font-size:153.9%;}
.font21 {font-size:161.6%;}
.font22 {font-size:167%;}
.font23 {font-size:174%;}
.font24 {font-size:182%;}
.font25 {font-size:189%;}
.font26 {font-size:197%;}

.fontfix11{font-size:11px;}

/*=========================================================
 * Width Setting
 *-----------------------------------------------*/
.wd100 {width:100px;}
.wd120 {width:120px;}
.wd140 {width:140px;}
.wd160 {width:160px;}
.wd180 {width:180px;}
.wd200 {width:200px;}
.wd220 {width:220px;}
.wd240 {width:240px;}
.wd260 {width:260px;}
.wd280 {width:280px;}
.wd300 {width:300px;}

/*=========================================================
 * Height Setting
 *-----------------------------------------------*/
.hg100 {height:100px;}
.hg120 {height:120px;}
.hg140 {height:140px;}
.hg160 {height:160px;}
.hg170 {height:170px;}
.hg180 {height:180px;}
.hg200 {height:200px;}
.hg220 {height:220px;}
.hg233 {height:233px;}
.hg240 {height:240px;}
.hg260 {height:260px;}
.hg280 {height:280px;}
.hg300 {height:300px;}


/*=========================================================
 * Margin Setting
 *-----------------------------------------------*/
/*margin-top
 *-----------------------------------------------*/
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgt25 {margin-top:25px;}
.mgt30 {margin-top:30px;}
.mgt35 {margin-top:35px;}
.mgt40 {margin-top:40px;}
.mgt45 {margin-top:45px;}
.mgt50 {margin-top:50px;}

/*margin-right
 *-----------------------------------------------*/
.mgr5 {margin-right:5px;}
.mgr10 {margin-right:10px;}
.mgr15 {margin-right:15px;}
.mgr20 {margin-right:20px;}
.mgr25 {margin-right:25px;}
.mgr30 {margin-right:30px;}
.mgr35 {margin-right:35px;}
.mgr40 {margin-right:40px;}
.mgr45 {margin-right:45px;}
.mgr50 {margin-right:50px;}
.mgr63 {margin-right:63px;}


/*margin-bottom
 *-----------------------------------------------*/
 .mgb2 {margin-bottom:2px;}
.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb25 {margin-bottom:25px;}
.mgb30 {margin-bottom:30px;}
.mgb35 {margin-bottom:35px;}
.mgb40 {margin-bottom:40px;}
.mgb45 {margin-bottom:45px;}
.mgb50 {margin-bottom:50px;}
.mgb70 {margin-bottom:70px;}


/*margin-left
 *-----------------------------------------------*/
.mgl3 {margin-left:3px;}
.mgl4 {margin-left:4px;}
.mgl5 {margin-left:5px;}
.mgl7 {margin-left:7px;}
.mgl9 {margin-left:9px;}
.mgl10 {margin-left:10px;}
.mgl11 {margin-left:11px;}
.mgl13 {margin-left:13px;}
.mgl15 {margin-left:15px;}
.mgl20 {margin-left:20px;}
.mgl25 {margin-left:25px;}
.mgl30 {margin-left:30px;}
.mgl35 {margin-left:35px;}
.mgl40 {margin-left:40px;}
.mgl45 {margin-left:45px;}
.mgl50 {margin-left:50px;}
.mgl175 {margin-left:175px;}


/*=========================================================
 * Padding Setting
 *-----------------------------------------------*/
/*padding-top
 *-----------------------------------------------*/
.pdt5 {padding-top:5px;}
.pdt10 {padding-top:10px;}
.pdt15 {padding-top:15px;}
.pdt20 {padding-top:20px;}
.pdt25 {padding-top:25px;}
.pdt30 {padding-top:30px;}
.pdt35 {padding-top:35px;}
.pdt40 {padding-top:40px;}
.pdt45 {padding-top:45px;}
.pdt50 {padding-top:50px;}

/*padding-right
 *-----------------------------------------------*/
.pdr5 {padding-right:5px;}
.pdr10 {padding-right:10px;}
.pdr15 {padding-right:15px;}
.pdr20 {padding-right:20px;}
.pdr25 {padding-right:25px;}
.pdr30 {padding-right:30px;}
.pdr35 {padding-right:35px;}
.pdr40 {padding-right:40px;}
.pdr45 {padding-right:45px;}
.pdr50 {padding-right:50px;}

/*padding-bottom
 *-----------------------------------------------*/
.pdb5 {padding-bottom:5px;}
.pdb10 {padding-bottom:10px;}
.pdb15 {padding-bottom:15px;}
.pdb20 {padding-bottom:20px;}
.pdb25 {padding-bottom:25px;}
.pdb30 {padding-bottom:30px;}
.pdb35 {padding-bottom:35px;}
.pdb40 {padding-bottom:40px;}
.pdb45 {padding-bottom:45px;}
.pdb50 {padding-bottom:50px;}
.pdb130 {padding-bottom:130px;}


/*padding-left
 *-----------------------------------------------*/
.pdl5 {padding-left:5px;}
.pdl10 {padding-left:10px;}
.pdl15 {padding-left:15px;}
.pdl20 {padding-left:20px;}
.pdl25 {padding-left:25px;}
.pdl30 {padding-left:30px;}
.pdl35 {padding-left:35px;}
.pdl40 {padding-left:40px;}
.pdl45 {padding-left:45px;}
.pdl50 {padding-left:50px;}


/*Clearfix
 *-----------------------------------------------*/
.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
	font-size:0;
    clear: both;
}

.clearfix { /* for IE5.5-7 */
    zoom: 1;
	position:relative;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }

.f-side{
	position: relative;
}
.f-banner{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	max-width: 380px;
	margin: 0;
}
.f-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.l-headline_image{
	display: block;
	margin: auto;
	margin-bottom: 20px;
}