@charset "UTF-8";


/* ---------------------------------------------------------------- *
	全体に関する設定
 * ---------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	padding-bottom: 0px;
}

html { 
    height: 100%; min-height: 100%; margin: 0; padding: 0; 
}

body {
	color: #000000;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;
}

/* ------ Font ------ */

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?kcbyia');
    src:    url('fonts/icomoon.eot?kcbyia#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?kcbyia') format('truetype'),
        url('fonts/icomoon.woff?kcbyia') format('woff'),
        url('fonts/icomoon.svg?kcbyia#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-office:before {
    content: "\e150";
}
.icon-newspaper:before {
    content: "\e200";
}
.icon-pen:before {
    content: "\e110";
}
.icon-book:before {
    content: "\e903";
}
.icon-profile:before {
    content: "\e190";
}
.icon-barcode:before {
    content: "\e900";
}
.icon-envelop:before {
    content: "\e180";
}
.icon-display:before {
    content: "\e140";
}
.icon-bubbles2:before {
    content: "\e120";
}
.icon-cogs:before {
    content: "\e130";
}
.icon-clipboard:before {
    content: "\e160";
}




/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
body {
	font-size: 14px;
	line-height: 2em;
}
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	padding: 0;
	margin: 0;
}

.clearfix:after	 { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix {
	display: inline-block;
	clear: both;
}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

a img {
  border: none;
}
img{ vertical-align: bottom; }

table{
    border-collapse: collapse;
    border-spacing: 0;
}
ol,ul {
	list-style: none;
	}
a {  }

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover, a:active {
	/*color: #0066FF;
	text-decoration: underline;*/
}


/*角丸*/
.radiusBox{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.radiusBox50{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;	
}
.radiusTop{
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-radius-topright: 5px;  
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
 
.radiusBottom{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;  
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */
#wrapper{
	background-color: transparent;
}
#container{
	position: relative;
	width:100%;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}
#container_R{
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    padding-bottom: 0px;
    /*background-color: #F2EAE0;*/
}
#Box01{
	margin-bottom: 100px;
	clear: both;
}
/*img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}*/

/* ------ Column ------ */

.row_r {
	max-width: 1100px;
	margin: 0 auto;
}
.row {
	max-width: 980px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.row02 {
	max-width: 900px;
	margin: 0 auto;
}
.row720 {
	max-width: 720px;
	margin: 0 auto;
}
.row720in {
	max-width: 720px;
	margin: 0 auto;
}
.row800 {
	max-width: 800px;
	margin: 0 auto;
}
.row02:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 2.5510204081633%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 2.5510204081633%;
}

/* 各カラムの幅を％で設定　1行デザインの場合のみ */
.one-second {width: 48.72449%;}
.one-third {width: 31.6326530612245%;}
.one-fourth {width: 23.08673469387755%;}
.two-third {width: 65.8163265306%;}


.row div,.row02 div {
}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
/* 左右に25pxの余白を設定 */
.row,.row02,.row720,.row800,.row_r {
	padding: 0 20px;
	}
.row720in {
	padding: 0px;
	}
.col,
.col.left,
.col.right {
	float: none;
	margin-left: 0;
	width: auto;
	margin-bottom: 15px;
	}

}



.pc_only {
display: block;
}
.sp_only {
display: none;
}
@media screen and (max-width: 767px) {
.pc_only {
display: none !important;
}
.sp_only {
display: block;
}
}




/*基本タイトル・リード・ボタン・バナー*/

h1.sec_title01{
	/*font-family: 'Pinyon Script', cursive;*/
	padding-top: 10px;
	text-align: center;
	font-size: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-weight: bold;
	} 
h1.sec_title01 span{
	padding-top: 15px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	color: #000000;
	display: block;
	letter-spacing: 0em;
	padding-bottom: 15px;
	line-height: 1.2em;
	}


h1.sec_title02{
	padding-top: 10px;
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: bold;
	} 
h1.sec_title02 strong{
	/*background-color: #FFFF95;
	padding: 2px;*/
	}
h1.sec_title02 strong{
	background: linear-gradient(transparent 60%, #FFFF95 60%);
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}



.btmline {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #EDEDED;
}
.btmline::after {
	position: absolute;
	bottom: -4px;
	z-index: 2;
	content: '';
	width: 40%;
	height: 4px;
	background-color: #3498db;
	margin-left: -20%;
}


h1.lead_title{
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
}
.color01{
	color: #4CBAED !important;
}
.color02{
	color: #EC6D56 !important;
}
.color03{
	color: #FF6699 !important;
}

.bgcolor01{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF !important;
	background-color: #4CBAED;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
}
.bgcolor02{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF !important;
	background-color: #EC6D56;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
}
p.lead{
	padding: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	color: #444444;
	margin-bottom: 50px;
}
p.lead span{
	background-color: #FFFFA2;
	padding: 2px;
	color: #663300;
	}

h2.lead_title{
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	color: #663300;
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	}

/*リードフォトタイトル*/
h1.lead_photo{
	text-align: center;
	display: block;
	margin-bottom: 30px;
	}
h1.lead_photo strong{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	}
h1.lead_photo span{
	text-align: center;
	display: block;
	margin-bottom: 30px;
	}



/*セクションタイトル左右にライン*/
.section-title {
	text-align: center;
	margin-bottom: 30px;
}
.section-title div {
	font-size: 17px;
	letter-spacing: 1px;
}
.section-title div span {
	display: inline-block;
	font-size: 18px;
}
.section-title h1 {
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.section-title h1 span {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: normal;
	color: rgba(0,0,0,1.00);
	display: block;
}

.section-title h1, .section-title h2, .section-title h3 {
	display: inline-block;
}
.section-title h1 i {
	font-style: normal;
	display: block;
}
.section-title .line {
	width: 90px;
	background: #EDEDED;
	height: 5px;
	margin: 5px 15px;
}
.section-title .line.big {
	width: 200px;
	font-weight: bold;
}

.text-center {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}



/* flexbox pattern */
#lineLR {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
}

#lineLR:before,
#lineLR:after {
	border-top: 10px solid #EFEFEF;
	content: "";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
}

#lineLR:before {
    margin-right: 0.5em;
}

#lineLR:after {
    margin-left: 0.5em;
}



.imagetitle {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
.imagetitle p,.imagetitle h1{
	display: inline-block;
	vertical-align: middle;
}
.imagetitle h1 {
	font-weight: bold;
	font-size: 20px;
	color: #009FE9;
	text-align: left;
	padding-right: 15px;
}
.imagetitle p{
	margin-right: 10px;
	margin-left: 15px;
}








/*ボタン*/
p.btn01 {
	clear: both;
}
p.btn01 a{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 420px;
	text-align: center;
	margin-bottom: 0px;
	display: block;
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
}
p.btn01.pink a,p.btn02.pink a{
	background-color: #FF6699;
}
p.btn01.blue a,p.btn02.blue a{
	background-color: #4CBAED;
}
p.btn01.orange a,p.btn02.orange a{
	background-color: #F6A300;
}
p.btn01 .fa,p.btn02 .fa{
	color: #FFFFFF;
	margin-left: 20px;
}
p.btn01 a:link,p.btn02 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
p.btn01 a:visited,p.btn02 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
p.btn01 a:hover, p.btn01 a:active,p.btn02 a:hover, p.btn02 a:active {
	text-decoration: underline;
	color: #FFFFFF;
}



p.btn02 a{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 420px;
	text-align: center;
	margin-bottom: 0px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgb(255, 255, 255);
　 -webkit-box-shadow: 0 0 10px #CCCCCC;
	-moz-box-shadow: 0 0 10px #CCCCCC;
	box-shadow: 0 0 10px #CCCCCC;
}

.one-bana{
	padding: 0px;
	margin: 0px;
	text-align: center;
}


/*-----------------------------------------------------	*/
/*	for - 768px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
h1.sec_title01{
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	} 
h1.sec_title01 span{
	padding-top: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	color: #000000;
	display: block;
	letter-spacing: 0em;
	padding-bottom: 15px;
	line-height: 1.2em;
	}
h1.sec_title01 br{
	display: none;
	} 
h1.sec_title02{
	padding-top: 10px;
	text-align: left;
	font-size: 25px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: bold;
	} 
h1.sec_title02 br{
	display: none;
	} 
h1.lead_photo strong{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	}
h1.lead_photo strong br{
	display: none;
	}
h1.lead_title{
	padding: 0px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
}
h1.lead_title br{
	display: none;
	}
.one-bana img {
	width: 100%;
	height: auto;
	display: block;
	} 
p.lead br{
	display: none;
	}
p.lead{
	padding: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: #444444;
	margin-bottom: 50px;
}
h1.lead_photo br{
	display: none;
	}
h1.lead_photo img{
	width: 100%;
	height: auto;
	display: block;
	}
p.btn01 a{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 98%;
	text-align: center;
	margin-bottom: 0px;
	display: block;
	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 38px;
	background-color: #FFFFFF;
}
p.btn02 a{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgb(255, 255, 255);
　 -webkit-box-shadow: 0 0 10px #CCCCCC;
	-moz-box-shadow: 0 0 10px #CCCCCC;
	box-shadow: 0 0 10px #CCCCCC;
}
}


/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

#contents {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 10px;
}


/*　パンくず　*/
.pankuzu {
	_zoom: 1;
	font-size: 12px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 50;
	text-align: left;
}
.pankuzu a:link {
	text-decoration: underline;
	color: #666;
}
.pankuzu a:visited {
	text-decoration: none;
	color: #666;
}
.pankuzu a:hover, .pankuzu a:active {
	text-decoration: underline;
	color: #666;
}



/*　パンくずWP　Breadcrumb NavXT*/
.bread-crumb {
	margin:0;
	padding: 0px;
}
.bread-crumb li {
	font-size:12px;
	color:rgb(180,180,180);
	float:left;
	/*margin-right:1em;*/
	list-style: none outside none;
}
.bread-crumb li:after {
	content : '>';
	padding-left:7px;
	margin-right:7px;
}
.bread-crumb li:last-child:after {
	content : '';
}
/*
.bread-crumb li a {
	color:rgb(120,120,120);
}*/
.bread-crumb li.current {
}


/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */
#sec_head{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1E70AE;
}
#header{
	text-align: left;
	position: relative;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}

#header h1.logo{
	margin: 0px;
	text-align: center;
	padding-top: 10px;
}
#header h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
	top: 31px;
	right: 0px;
}
#header strong{
	font-weight: normal;
}


#header p.tel {
	position:absolute;
	z-index:100;
	top: 23px;
	right: 6px;
}


#head_navi {
	position:absolute;
	z-index:100;
	top: 20px;
	right: 5px;
	width: 300px;
}
#head_navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#head_navi li {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../parts/office/arw_hn.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	height: 24px;
	font-size: 13px;
}
#head_navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/*
#head_navi li a:link {
	text-decoration: none;
	color: #A14D41;
}
#head_navi li a:visited {
	text-decoration: none;
	color: #A14D41;
}
#head_navi li a:hover, #head_navi li a:active {
	text-decoration: underline;
	color: #A14D41;
}
*/



h1.logo_sp {
	display: none;
}

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_head{
	display: none;
}
h1.logo_sp {
	display: block;
	background-color: #1E70AE;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.pankuzu {
	display: none;
}
}

/* ---------------------------------------------------------------- *
	メインコンテンツローテーション 
 * ---------------------------------------------------------------- */
  
/*セクションスライダー*/
#sec_slide {
	position: relative;
	height: 500px;
	border-bottom: 1px solid #4CBAED;
	margin-bottom: 5px;
}
#sec_slide p.sd_head{
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -320px;
	text-align: center;
}
#slider {
	_zoom: 1;
	overflow: hidden;
	height: 500px;
}

#slide1,#slide2,#slide3,#slide4,#slide5,#slide6,#slide7,#slide8{
	width:100%!important;
}
#slide1{
	background-image: url(../parts/office/slide01_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
}
.sd_wrapper{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	position: relative;
	height: 500px;
}

#slide2{
	background-image: url(../parts/office/slide02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide3{
	background-image: url(../parts/office/slide03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide4{
	background-image: url(../parts/office/slide04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide5{
	background-image: url(../parts/office/slide05.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide6{
	background-image: url(../parts/office/slide_f01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide7{
	background-image: url(../parts/office/slide_f02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}
#slide8{
	background-image: url(../parts/office/slide_f03.jpg?v=20221104);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1E70AE;
}

#pager{
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	width:120px;
	height:21px;
	z-index: 100;
	bottom: 30px;
}

#pager a{
	display:block;
	width:20px;
	height:21px;
	float:left;
	background:url(../parts/office/slide_navi.png) no-repeat 0 0;
	color:#fff!important;
	text-align:center;
	line-height:20px;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	margin:0 5px;
}

#pager a:hover,#pager a.activeSlide{
	background-position:0 100%;
}

#pager a{
	text-indent: -9999px;
}

/*
.pics img { display: none }
*/

#prev{
	position: absolute;
	top: 220px;
	z-index: 100;
	left: 20px;
}
#next{
	position: absolute;
	top: 220px;
	z-index: 100;
	right: 20px;
}


#sec_slider_sp {
	display: none;
}

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_slide {
	display: none;
}
/*
#sec_slide {
	position: relative;
	height: auto;
	background-image: url(../parts/office/slede_bg.jpg);
	background-repeat: repeat-x;
}
#sec_slide p.sd_head{
	display: none;
}
#sec_slide h1 img{
	width: 100%;
	hheight: 70.3125%;
	display: block;
}
#slider {
	_zoom: 1;
	overflow: hidden;
	height: auto;
}
.sd_wrapper{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	position: relative;
	height: auto;
}
*/


/*セクションスライダー*/
#sec_slider_sp {
	padding: 0px;
	margin-bottom: 0px;
	display: block;
}
#sec_slider_sp img {
	width: 100%;
	height: auto;
}
}



/* ---------------------------------------------------------------- *
	グローバルナビの設定
 * ---------------------------------------------------------------- */
#sec_gnavi {
	height: 76px;
	background-image: url(../parts/office/gnavi_bg.jpg);
	background-repeat: repeat;
	position: relative;
}
#sec_gnavi p.bnr_rec {
position: absolute;
top: -150px;
left: 50%;
margin-left:260px;
z-index: 10;
}
#global-nav ul {
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
}

#global-nav ul li {
	float: left;
}
#global-nav a {
}
#global-nav #menu-item-112 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}
#global-nav #menu-item-113 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 125px;
}
#global-nav #menu-item-114 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 125px;
}
#global-nav #menu-item-115 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 125px;
}
#global-nav #menu-item-122 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}
#global-nav #menu-item-124 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 125px;
}
#global-nav #menu-item-116 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}
#global-nav #menu-item-150 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}

/*レシピ　本番*/
#global-nav #menu-item-388 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}
/*レシピ　デモ*/
#global-nav #menu-item-288 a{
	display: block;
	height: 76px;
	text-indent: -9999px;
	outline: 0;
	width: 120px;
}

#global-nav li ul {
	display: none;
}



/*ローカル用*/
#global-nav #menu-item-112 {
	background-image: url(../parts/office/n01.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-113 {
	background-image: url(../parts/office/n02.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-114 {
	background-image: url(../parts/office/n03.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-115 {
	background-image: url(../parts/office/n04.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-122 {
	background-image: url(../parts/office/n05.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-124 {
	background-image: url(../parts/office/n06.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-116 {
	background-image: url(../parts/office/n07.png);
	background-repeat: no-repeat;
}
#global-nav #menu-item-150 {
	background-image: url(../parts/office/n08.png);
	background-repeat: no-repeat;
}

/*レシピ　本番*/
#global-nav #menu-item-388 {
	background-image: url(../parts/office/n_recipe.png);
	background-repeat: no-repeat;
}
/*レシピ　デモ*/
#global-nav #menu-item-288 {
	background-image: url(../parts/office/n_recipe.png);
	background-repeat: no-repeat;
}
/*ローカル用*/



#global-nav .current-menu-item, 
#global-nav .current-post-ancestor, 
#global-nav .current-page-ancestor, 
#global-nav .menu-item:hover {
	background-position: 0 -76px;
}

#global-nav .menu-item_about:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_salse-section:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_production-section:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_management-section:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_company:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_faq:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_recruit:hover {
	background-position: 0 -76px;
}
#global-nav .menu-item_contact:hover {
	background-position: 0 -76px;
}


#global-nav ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}




/*グローバル　サブメニュー*/

#global-nav ul ul {
	display: none;
	position: absolute;
	top: 76px;
	z-index: 200;
	width: auto;
	font-size: 11px;
}

/**/
#global-nav ul .menu-item-113 ul a,#global-nav ul .menu-item-124 ul a {
	width: 120px !important;
	color: #FFF !important;
	background: none !important;
	text-indent: 0px !important;
	height: 22px !important;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#global-nav ul .menu-item-113 ul a:hover,#global-nav ul .menu-item-124 ul a:hover {
}
#global-nav ul .menu-item-113 ul li,#global-nav ul .menu-item-124 ul li {
	float: none !important;
	padding: 0 !important;
	padding: 0 5px !important;
	background-color: #62C1C7;
}
#global-nav ul .menu-item-113 ul li:first-child a,#global-nav ul .menu-item-124 ul li:first-child a {
	border-top: none !important;
}




#global-nav ul .menu-item-122 ul a,#global-nav ul .menu-item-124 ul a {
	width: 180px !important;
	color: #FFF !important;
	background: none !important;
	text-indent: 0px !important;
	height: 22px !important;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#global-nav ul .menu-item-122 ul a:hover,#global-nav ul .menu-item-124 ul a:hover {
}
#global-nav ul .menu-item-122 ul li,#global-nav ul .menu-item-124 ul li {
	float: none !important;
	padding: 0 !important;
	padding: 0 5px !important;
	background-color: #62C1C7;
}
#global-nav ul .menu-item-122 ul li:first-child a,#global-nav ul .menu-item-124 ul li:first-child a {
	border-top: none !important;
}




/**/
#global-nav ul .menu-item-36 ul a,#global-nav ul .menu-item-115 ul a,#global-nav ul .menu-item-124 ul a {
	width: 130px !important;
	color: #FFF !important;
	background: none !important;
	text-indent: 0px !important;
	height: 22px !important;
	padding-top: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#global-nav ul .menu-item-36 ul a:hover,#global-nav ul .menu-item-115 ul a:hover,#global-nav ul .menu-item-124 ul a:hover {
}
#global-nav ul .menu-item-36 ul li,#global-nav ul .menu-item-115 ul li,#global-nav ul .menu-item-124 ul li {
	float: none !important;
	padding: 0 !important;
	padding: 0 5px !important;
	background-color: #62C1C7;
}
#global-nav ul .menu-item-36 ul li:first-child a,#global-nav ul .menu-item-115 ul li:first-child a,#global-nav ul .menu-item-124 ul li:first-child a {
	border-top: none !important;
}

#global-nav ul li a:link {
	text-decoration: none;
	color: #CCC;
}
#global-nav ul li a:visited {
	text-decoration: none;
	color: #CCC;
}
#global-nav ul li a:hover, #global-nav ul li a:active {
	text-decoration: underline;
	color: #CCC;
}



/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_gnavi {
	display: none;
}
}






/*部門紹介*/
#sec_big3{
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}



#list_big3 {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#list_big3 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_big3 li h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}
#list_big3 li.salse h1 {
	background-color: #FFC926;
}
#list_big3 li.product h1 {
	background-color: #FF9999;
}
#list_big3 li.manage h1 {
	background-color: #97CBFF;
}
#list_big3 li h1 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
}
#list_big3 li p{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 1.8em;
	color: #000000;
}
#list_big3 li p .fa{
	color: #DE415F;
	margin-left: 10px;
}
#list_big3 li.salse p {
	border: 10px solid #FFC926;
}
#list_big3 li.product p {
	border: 10px solid #FF9999;
}
#list_big3 li.manage p {
	border: 10px solid #97CBFF;
}
#list_big3 ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*-----------------------------------------------------	*/
/*	for - 768px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {

#list_big3 {
	width: 100%;
}
#list_big3  ul li {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
#list_big3  ul li img{
	width: 100%;
	height: auto;
	display: block;
}

}





/*基本セクション設定*/
#sec_ism{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding-bottom: 50px;
	padding-top: 50px;
}





#list_ism {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#list_ism ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_ism li {
}
#list_ism li h3{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}
#list_ism li h3 .fa{
	color: #DE415F;
	margin-left: 10px;
}
#list_ism li p{
	padding-top: 5px;
	padding-bottom: 5px;
}
#list_ism li p strong{
	background-color: #FFFF73;
	padding: 2px;
	font-weight: bold;
	}
#list_ism ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


.dish {
	width: 693px;
	height: 557px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.dish p {
	position: absolute;
	top: 153px;
	font-size: 16px;
	line-height: 2.5em;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	left: 143px;
	text-align: center;
}
.dish img {
}


p.arw_down {
	color: #EA6D5A;
	text-align: center;
}




/*顧客フィードバック*/

#about_info {
	padding: 0px;
	position: relative;
	margin-bottom: 80px;
	margin-left: 120px;
	margin-right: 120px;
	}
#about_info  ol {
	}
#about_info  ol li {
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 0px;
	}
#about_info  ol li.factory {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #F8F8F8;
	}
#about_info  ol li.farm {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #EAF4E9;
	}
#about_info  ol li h2 {
	color: #EA6D5A;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
#about_info  ol li p {
	font-size: 16px;
	}




/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#about_info {
	padding: 0px;
	position: relative;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	}
#about_info  ol {
	}
#about_info  ol li {
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 0px;
	}
#about_info  ol li div.flimgL2 {
	display: block;
	float: none;
	margin-right: 0px;
	text-align: center;
	}
#about_info  ol li.factory {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #F8F8F8;
	}
#about_info  ol li.farm {
	padding: 20px;
	margin-bottom: 0px;
	background-color: #EAF4E9;
	}
#about_info  ol li h2 {
	color: #EA6D5A;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}
#about_info  ol li p {
	font-size: 16px;
	}
}



/*-----------------------------------------------------	*/
/*	for - 768px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {

#list_ism {
	width: 100%;
}
#list_ism  ul li {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
#list_ism  ul li img{
	width: 100%;
	height: auto;
	display: block;
}



.dish {
	width: 100%;
	height: auto;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.dish p {
	position: static;
	top: 50px;
	font-size: 16px;
	line-height: 1.8em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
}
.dish img {
	width: 100%;
	height: auto;
	display: block;
}

}






/*FAQ*/
#sec_faq{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 50px;
	background-color: #FFF2F2;
	padding-top: 50px;
	background-image: url(../parts/office/bg_pink.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
#list_faq {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin-bottom: 30px;
	}
#list_faq  ol {
	margin: 0px;
	padding: 0px;
	}
#list_faq  ol li {
	_zoom: 1;
	overflow: hidden;
	float: left;
	width: 670px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0;
	}
#list_faq  ol li dt {
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#list_faq  ol li dd {
	margin: 0px;
	padding: 0px;
	position: relative;
	}
#list_faq  ol li dd p.i_q span{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#list_faq  ol li dd p.i_a span{
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
	}
#list_faq  ol li dd h2{
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	line-height: 1.4em;
	}
#list_faq  ol li dd img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	}
#list_faq  ol li dd p.date{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	}
* html #list_faq  ol li dd {
	zoom: 1;
	}

#list_faq  ol li dd h2 a:link {
	color: #009BE5;
	text-decoration: underline;
}




/*PDF情報*/

#DownLoad{
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#DownLoad img{
	background-color: #EEE;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #EDEDED;
	}
#DownLoad p{
	margin-bottom: 30px;
	}

#DownLoad span.arw_up{
	background-image: url(../parts/office/arw_up.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
.event_day,.event_time{
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	padding: 0px;
}
.event_day span,.event_time span{
	color: #ff6600;
}




/*-----------------------------------------------------	*/
/*	for 641px以上 - 979px以下				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 641px) and (max-width: 979px) {
/*
#list_faq {
	width: 100%;
}
#list_faq  ol li {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
*/

}


/*-----------------------------------------------------	*/
/*	for - 640px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 640px) {
/*
#list_faq {
	width: 100%;
}

#list_faq  ol li {
	float: none;
	width: 100%;
	margin-right: 0px;
}
*/

}
/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_faq{
	width: 100%;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#DownLoad img{
	height: auto;
	display: block;
	background-color: #FFF;
	padding: 1.5625%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1.5625%;
	margin-bottom: 1.5625%;
	border: 0px solid #EDEDED;
	width: 96.875%;
	}
#DownLoad p{
	margin-bottom: 30px;
	}
}





/*パララックス設定*/
.parallax-window {
	/*min-height: 500px;*/
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 500px;
}
.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.parallax-window h1{
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 150px;
}
.parallax-window h1 span{
	color: #FFFFFF;
}





/*お知らせ*/
#sec_news{
	width: 100%;
	margin: 0px;
	padding-bottom: 50px;
	background-color: #F2F6FF;
	padding-top: 50px;
	background-image: url(../parts/office/bg_blue.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_news{
	width: 100%;
	margin: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
}
}




/*環境への取り組み*/
#list_environment {
	_zoom: 1;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	clear: both;
}
#list_environment h2{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#list_environment h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #009DE6;
	border-bottom: 1px solid #009DE6;
	margin-bottom: 20px;
}
#list_environment ul{
	padding: 0px;
	margin: 0px;
}
#list_environment ul li{
	margin-bottom: 50px;
	clear: undefined;
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
#list_environment ul li.single{
	margin-bottom: 50px;
	clear: undefined;
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
}

#list_environment ul li p{
	margin-bottom: 30px;
}

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#list_environment ul li{
	margin-bottom: 50px;
	clear: undefined;
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
}
#list_environment ul li.single{
	margin-bottom: 50px;
	clear: undefined;
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
}
#list_environment ul li img{
	width: 100%;
	height: auto;
	display: block;
	}

}


/*バナーリスト*/
#list_banabox {
	_zoom: 1;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	clear: both;
}
#list_banabox h2{
	font-size: 30px;
	font-weight: bold;
	color: #EB859A;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#list_banabox h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #009DE6;
	border-bottom: 1px solid #009DE6;
	margin-bottom: 20px;
}
#list_banabox p.bg1{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #333333;
	line-height: 1.4em;
	background-color: #B6E9F5;
}
#list_banabox p.bg2{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #FFF;
	line-height: 1.4em;
	background-color: #0099E5;
}

#list_banabox ul{
	padding: 0px;
	margin: 0px;
}
#list_banabox ul li img{
	margin-bottom: 10px;
}
#list_banabox ul li p.txt01{
}


/*理念*/
#list_banabox.about_p3 {
	margin-bottom: 50px;
}
#list_banabox.about_p3 h3 {
	text-align: center;
}

/*営業部門*/
#list_banabox.salse {
	margin-bottom: 50px;
}
#list_banabox.salse h3 {
	text-align: center;
}
#list_banabox.salse h2{
	font-size: 22px;
	font-weight: bold;
	color: #EB859A;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	line-height: 1.4em;
}


/*生協一覧*/
#sec_coop{
	width: 100%;
	background-color: #FFF2F2;
	margin-top: 50px;
	margin-bottom: 50px;
}
#coop{
}
#coop #information {
	padding: 0px;
	}
#coop #information  ol {
	}
#coop #information  ol li {
	_zoom: 1;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-top: 0px;
	padding-top: 12px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0px;
	background-image: url(../parts/office/line40.png);
	}
#coop #information  ol li dt {
	float: left;
	width: 180px;
	color: #006600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
#coop #information  ol li dt span{
	font-size: 10px;
	}
#coop #information  ol li dd {
	margin-left: 180px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#coop #information  ol li dd p{
	margin: 0px;
	padding: 0px;
	}
* html #coop #information  ol li dd {
	zoom: 1;
	}

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#coop div.flimgL img{
	width: 100%;
	height: auto;
	display: block;
	}
#coop div.flimgL {
	display: block;
	float: none;
	margin-right: 0px;
	text-align: center;
	}
#coop #information  ol li dt {
	float: none;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
#coop #information  ol li dt br{
	display: none;
	}
#coop #information  ol li dd {
	margin-left: 0%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
}





#list_btnbox {
	_zoom: 1;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-bottom: 50px;
	clear: both;
}
#list_btnbox p.bg1{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.4em;
	background-color: #B6E9F5;
}
#list_btnbox a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 20px;
	text-decoration: none;
	overflow: hidden;
	padding-right: 20px;
}
/* :after疑似要素にリンクアイコンを設定 */
#list_btnbox a:after {
	content: "\66";
	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
	font-size: 11px;
	display: block;
	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
	width: 10px;
	line-height: 10px;
	top: 50%;				/* リンクアイコンを上下中央に配置 */
	margin-top: -5px;
	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
}
#list_btnbox a:link,
#list_btnbox a:visited {
	background-color: transparent;
}
#list_btnbox a:hover,
#list_btnbox a:active {
	/*background-color: #f5f5f5;*/
}
#list_btnbox a:link:after,
#list_btnbox a:visited:after {
	right: 20px;				/* リンクアイコンを右端から6pxに配置*/
}
#list_btnbox a:hover:after,
#list_btnbox a:active:after {
	right: 10px;				/* マウスオーバー時にリンクアイコンの位置をずらす */
}



/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#list_banabox li img{
	width: 100%;
	height: auto;
	display: block;
	} 
#list_banabox p img{
	width: 100%;
	height: auto;
	display: block;
	} 
#list_banabox br{
	display: none;
	} 
#list_banabox p.bg1{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#list_banabox p.bg2{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}


#list_banabox.about_p3 h3 {
	margin-left: 20%;
	margin-right: 20%;
}
#list_banabox.about_p3 li {
	margin-bottom: 30px;
}
}






/*スタッフ紹介*/
#sec_staff{
	width: 100%;
	padding-top: 120px;
	margin: 0px;
	height: 380px;
}
#sec_staff h1{
	font-family: 'Pinyon Script', cursive;
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 45px;
	color: #FFFFFF;
	} 
#sec_staff h1 a{
	display: block;
	color: #fff;
	width: 240px;
	height: 140px;
	border-radius: 50%;
	-moz-border-radius: 50%;
　 -webkit-border-radius:50%;
	margin-right: auto;
	margin-left: auto;
	border: 7px solid #FF9A00;
	padding-top: 100px;
}
#sec_staff h1 a span{
	padding-top: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	}
#sec_staff h2{
	padding: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	} 














/*お知らせ　シンプルタイプ*/
#list_info {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}
#list_info h1{
	/*font-family: 'Russo One', sans-serif;*/
	font-family: 'Pinyon Script', cursive;
	padding-top: 15px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 45px;
	color: #0099E5;
	padding-bottom: 15px;
	} 
#list_info h1 span{
	padding-top: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	color: #000000;
	display: block;
	}
#list_info  ol {
	clear: both;
	}
#list_info  ol li {
	_zoom: 1;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
#list_info  ol li dt {
	color: #999;
	float: left;
	width: 120px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_info  ol li dd {
	margin-left: 120px;
	}
#list_info  ol li dd h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_info  ol li dd span.cate{
	background-color: #62C1C7;
	color: #FFF;
	width: 150px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
* html #list_info  ol li dd {
	zoom: 1;
	}

#list_info  ol li dd .cate a:link {
	text-decoration: none;
	color: #FFF;
}
#list_info  ol li dd .cate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#list_info  ol li dd .cate a:hover, #list_info  ol li dd .cate a:active {
	color: #FFFFFF;
	text-decoration: underline;
}



/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#list_info  ol li dt {
	color: #999;
	float: none;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_info  ol li dd {
	margin-left: 0px;
	}
#list_info  ol li dd h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_info  ol li dd span.cate{
	background-color: #62C1C7;
	color: #FFF;
	width: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
}





/*バナー*/
#sec_bana{
	width: 100%;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #FFF;
}

#list_mbana {
	_zoom: 1;
	overflow: hidden;
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#list_mbana h1{
	text-align: center;
	display: block;
	margin-bottom: 30px;
	}
#list_mbana h1 strong{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	}
#list_mbana h1 span{
	text-align: center;
	display: block;
	margin-bottom: 30px;
	}
#list_mbana h2{
	font-weight: bold;
	font-size: 18px;
	background-color: #FFD800;
	text-align: center;
	line-height: 100px;
	margin-bottom: 10px;
	}
#list_mbana p{
	font-size: 16px;
	line-height: 1.8em;
	color: #444444;
	}
#list_mbana p span{
	background-color: #FFFFA2;
	padding: 2px;
	color: #663300;
	}
#list_mbana ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_mbana li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 310px;
}
#list_mbana ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#list_mbana a:link {
	color: #FFF;
	text-decoration: none;
}
#list_mbana a:visited {
	color: #FFF;
	text-decoration: none;
}
#list_mbana a:hover, #f_navi a:active {
	color: #FFF;
	text-decoration: underline;
}



/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {

}














/**/
#sec_member{
	width: 100%;
	margin: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#list_members {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
}
#list_members h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 40%;
	font-size: 114.29%;
	background-image: url(../parts/office/i_search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	}
#list_members ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_members li{
	text-align: center;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#list_members li a{
	background-image: url(../parts/office/bg_search.jpg);
	width: 230px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 107.14%;
	display: block;
	margin: 0px;
}
#list_members li h2{
	font-weight: bold;
	padding-bottom: 5px;
}
#list_members ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#list_members li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#list_members li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#list_members li a:hover, #list_members li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


#list_members p.btn_member{
	text-align: center;
	padding-top: 20px;
	clear: both;
}



/**/
#sec_news_m{
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/**/
#list_rss02 {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
	}
#list_rss02 h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 114.29%;
	}
#list_rss02  ol {
	margin: 0px;
	padding: 0px;
	}
#list_rss02  ol li {
	_zoom: 1;
	overflow: hidden;
	float: left;
	width: 290px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 10px;
	}
#list_rss02  ol li dt {
	color: #333;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#list_rss02  ol li dd {
	margin: 0px;
	padding: 0px;
	}
	
#list_rss02  ol li dd h2{
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#list_rss02  ol li dd img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_rss02  ol li dd p.date{
	margin: 0px;
	padding: 0px;
	}
#list_rss02  ol li dd p.member{
	}
#list_rss02  ol li dd p.member a{
	background-image: url(../parts/office/arw01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

* html #list_rss02  ol li dd {
	zoom: 1;
	}



#list_rss03 {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
	}
#list_rss03 h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 114.29%;
	}
#list_rss03  ol {
	margin: 0px;
	padding: 0px;
	}
#list_rss03  ol li {
	_zoom: 1;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 10px;
	}
#list_rss03  ol li dt {
	color: #333;
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#list_rss03  ol li dd {
	margin: 0px;
	padding: 0px;
	}
	
#list_rss03  ol li dd h2{
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#list_rss03  ol li dd img{
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_rss03  ol li dd p.date{
	margin: 0px;
	padding: 0px;
	}
#list_rss03  ol li dd p.member{
	}
#list_rss03  ol li dd p.member a{
	background-image: url(../parts/office/arw01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

* html #list_rss03  ol li dd {
	zoom: 1;
	}







/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */
 
 /* プライマリ・セカンダリー　トップページ専用 */
#primary_top,
#secondary_top {
	float: left;
}
#primary_top {
	width: 660px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#secondary_top {
	width:300px;
	margin: 0px;
	padding: 0px;
}


 /* プライマリ・セカンダリー */
#primary,
#secondary {
	float: left;
}
#primary {
	width: 700px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#secondary {
	width:240px;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#primary,
#secondary {
	float: none;
}
#primary {
	width: 100%;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
#secondary {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
}


/* ---------------------------------------------------------------- *
	セクション000部分の設定
 * ---------------------------------------------------------------- */

/*2カラムトップページ*/
#section000 {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*2カラム下層ページ*/
#section001 {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}



/* ---------------------------------------------------------------- *
	トップ1カラム部分の設定
 * ---------------------------------------------------------------- */




/*ブログ*/
#list_osirase {
	_zoom: 1;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	clear: both;
	}
#list_osirase h1{
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
/*
#list_osirase h1 img{
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_osirase h1 span{
	margin: 0px;
	padding: 0px;
	}
*/
#list_osirase  ol {
	margin: 0px;
	padding: 0px;
	clear: both;
	}
#list_osirase  ol li {
	_zoom: 1;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 320px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#list_osirase  ol li dt {
	line-height: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666;
	font-size: 12px;
	}
#list_osirase  ol li dd {
	margin: 0px;
	padding: 0px;
	color: #666;
	}
	
#list_osirase  ol li dd h2{
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	font-size: 100%;
	}
#list_osirase  ol li dd img{
	margin: 0px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#list_osirase  ol li dd p{
	margin: 0px;
	padding: 0px;
	}



 
 /* ---------------------------------------------------------------- *
	プライマリ部分の設定
 * ---------------------------------------------------------------- */ 


/*一覧ページへのリンクarw左*/
.listpage {
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.listpage a {
	background-image: url(../parts/office/i_arw04.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
}

/*一覧ページへのリンクarw右*/
.listpage2 {
	text-align: right;
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.listpage2 a {
	background-image: url(../parts/office/arw_hn.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 20px;
	height: 20px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}




/* ---------------------------------------------------------------- *
	セカンダリー部分の設定
 * ---------------------------------------------------------------- */ 

.fb-like-box {
	background-color: #FFF;
	padding: 0px;
	width: 235px;
	margin: 0px;
	}



/*サイドバナー一覧*/
#list_sbana {
	_zoom: 1;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#list_sbana ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_sbana li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}
#list_sbana li p {
	padding-top: 10px;
}
#list_sbana ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
#list_sbana li  a:link {
	text-decoration: none;
	color: #666;
}
#list_sbana li  a:visited {
	text-decoration: none;
	color: #666;
}
#list_sbana li  a:hover, #list_sbana li  a:active {
	color: #333;
	text-decoration: underline;
}




/*サイドバナー一覧2列*/
#list_sbana2 {
	_zoom: 1;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#list_sbana2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#list_sbana2 li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#list_sbana2 li h1 a:link {
	text-decoration: none;
}
#list_sbana2 li h1 a:visited {
	text-decoration: none;
}
#list_sbana2 li h1 a:hover, #list_sbana2 li h1 a:active {
	color: #FFF;
	background-color: #9FA0A0;
}
#list_sbana2 li h1.current a{
	color: #FFF !important;
	background-color: #9FA0A0 !important;
}
#list_sbana2 ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#list_sbana li img{
	width: 100%;
	height: auto;
	display: block;
}
}



/* ---------------------------------------------------------------- *
	サブメニューの設定
 * ---------------------------------------------------------------- */

#about_navi {
	width: 240px;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#about_navi h1{
	margin: 0px;
	padding: 0px;
}
#about_navi h1 span{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
}

#about_navi li {
	background-repeat: no-repeat;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(../parts/office/about_bg.jpg);
}

#about_navi li span{
	font-size: 12px;
}

#about_navi li a {
	display: block;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 40px;
	background-position: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}






#sub_navi-2 {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#sub_navi-2 li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sub_navi-2 li span{
	font-size: 12px;
}

#sub_navi-2 li a {
	display: block;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 40px;
	background-position: center;
}

.sub_navi .current_page_item a,
.sub_navi .current-cat a,
.sub_navi li a:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}

.sub_navi .current_page_item li a {
	background: none;
}

#sub_navi-2 ul li:first-child {
	border-top: none;
}

#sub_navi-2 ul ul.children li:first-child {
	border-top: dotted 1px #b9b4ab;
}

#secondary #sub_navi-2,#nav_menu-2,#nav_menu-3,#nav_menu-4,#nav_menu-5,#nav_menu-6 {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 29px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#secondary #sub_navi-2 h1 {
	color: #630;
	line-height: 47px;
	height: 47px;
	position: relative;
	z-index: 10;
	background-image: url(../parts/office/sn_h.png);
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 0px;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* ---------------------------------------------------------------- *
	サブメニュー2の設定（固定ページ　親子ページ　メニューとウェジット設定）
 * ---------------------------------------------------------------- */
#menu-sub2 ul {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#nav_menu-2 ul li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-sub2 a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}
#menu-sub2 li ul {
	display: none;
}

#menu-sub2 .current-menu-item, 
#menu-sub2 .current-post-ancestor, 
#menu-sub2 .current-page-ancestor, 
#menu-sub2 .menu-item:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}
#menu-sub2 ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}



/* ---------------------------------------------------------------- *
	サブメニュー3の設定（固定ページ　親子ページ　メニューとウェジット設定）
 * ---------------------------------------------------------------- */
#menu-sub3 ul {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#nav_menu-3 ul li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-sub3 a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}
#menu-sub3 li ul {
	display: none;
}

#menu-sub3 .current-menu-item, 
#menu-sub3 .current-post-ancestor, 
#menu-sub3 .current-page-ancestor, 
#menu-sub3 .menu-item:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}
#menu-sub3 ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}

/* ---------------------------------------------------------------- *
	サブメニュー4の設定（固定ページ　親子ページ　メニューとウェジット設定）
 * ---------------------------------------------------------------- */
#menu-sub4 ul {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#nav_menu-4 ul li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-sub4 a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}
#menu-sub4 li ul {
	display: none;
}

#menu-sub4 .current-menu-item, 
#menu-sub4 .current-post-ancestor, 
#menu-sub4 .current-page-ancestor, 
#menu-sub4 .menu-item:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}
#menu-sub4 ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}


/* ---------------------------------------------------------------- *
	サブメニュー5の設定（固定ページ　親子ページ　メニューとウェジット設定）
 * ---------------------------------------------------------------- */
#menu-sub5 ul {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#nav_menu-5 ul li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-sub5 a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}
#menu-sub5 li ul {
	display: none;
}

#menu-sub5 .current-menu-item, 
#menu-sub5 .current-post-ancestor, 
#menu-sub5 .current-page-ancestor, 
#menu-sub5 .menu-item:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}
#menu-sub5 ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}



/* ---------------------------------------------------------------- *
	サブメニュー6の設定（固定ページ　親子ページ　メニューとウェジット設定）
 * ---------------------------------------------------------------- */
#menu-sub6 ul {
	width: 240px;
	font-size: 14px;
	font-weight: normal;
}

#nav_menu-6 ul li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-sub6 a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}
#menu-sub6 li ul {
	display: none;
}

#menu-sub6 .current-menu-item, 
#menu-sub6 .current-post-ancestor, 
#menu-sub6 .current-page-ancestor, 
#menu-sub6 .menu-item:hover {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}
#menu-sub6 ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}



/* ---------------------------------------------------------------- *
	ウィジット部分の設定（カスタム投稿のカテゴリーメニュー）
 * ---------------------------------------------------------------- */ 
.widget {
	width: 240px;
	font-size: 13px;
	font-weight: normal;
}
.widget h2{
	font-size: 20px;
	color: #DE415F;
}
.widget h2 span{
	font-size: 12px;
	padding-left: 10px;
	color: #000000;
}
.widget li {
	background-image: url(../parts/office/sn_bg.png);
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.widget li span{
	font-size: 12px;
}

.widget li a {
	display: block;
	height: 41px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 41px;
	background-position: center;
}

.widget li.cat-item-none {
	display: none;
}


.widget li.current-cat a,
.widget li a:hover {
	/*background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;*/
	background-color: #F7F7F7;
}

/*.widget li.current-cat a:link,.widget li.current-cat a:visited {
	background-image: url(../parts/office/sn_bg_over.png);
	background-repeat: no-repeat;
}*/

.widget ul li:first-child {
	border-top: none;
}

.widget ul ul.children li:first-child {
	border-top: dotted 1px #b9b4ab;
}

#secondary .widget,#nav_menu-2 {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 29px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#secondary .widget h1 {
	color: #630;
	line-height: 47px;
	height: 47px;
	position: relative;
	z-index: 10;
	background-image: url(../parts/office/sn_h.png);
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 0px;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
.widget {
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	top: 0;
	left: 0;
}
.widget nav {
	background-image: url(../parts/office/wrapper_bg.gif);
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.widget nav ul li {
	background-image: none;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #d5d5d5;
}
.widget nav ul li:first-child {
	border-top: none;
}
.widget nav ul li a {
	height: auto;
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 93.75%;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
	background: url(../parts/office/icon_arrow_02.gif) no-repeat right center;
}
.widget nav ul li:first-child a {
	border-top: none;
}
.widget nav ul li a:hover,
.widget nav ul li a:active,
.widget nav ul li.current a {
	background-color: #ddd;
}

 /* ---------------------------------------------------------------- *
	ローカルナビ部分の設定
 * ---------------------------------------------------------------- */

#lnav {
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 10%;
}

#lnav nav {
	background-image: url(../parts/office/wrapper_bg.gif);
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#lnav nav ul li {
	border-top: solid 1px #d5d5d5;
}

#lnav nav ul li:first-child {
	border-top: none;
}

#lnav nav ul li a {
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 93.75%;
	color: #555;
	line-height: 150%;
	text-decoration: none;
	border-top: solid 1px #f5f5f5;
	background: url(../parts/office/icon_arrow_02.gif) no-repeat right center;
}

#lnav nav ul li:first-child a {
	border-top: none;
}

#lnav nav ul li a:hover,
#lnav nav ul li a:active,
#lnav nav ul li.current a {
	background-color: #ddd;
}
}



/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */
/*ページトップへ自動*/
/*#page-top {
	position: fixed;
	bottom: 50px;
	right: 0px;
}
#page-top a {
	text-decoration: none;
	width: 140px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
*/

/*--------------------------------
PAGE TOP（上へ）
---------------------------------*/
#page-top {
position: fixed;
z-index: 50;
bottom: 120px;
font-size: 30px;
}
#page-top a {
	width: 30px;
	height: 30px;
	background-color: #1E70AE;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 12px;
	text-align: center;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
@media screen and (max-width: 896px) {
#page-top {
position: fixed;
z-index: 50;
bottom: 10%;
font-size: 30px;
}
}
#footer{
	position: relative;
	clear: both;
	margin: 0;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
	background-color: #F1F1F1;
	_zoom: 1;
	overflow: hidden;
}




  #pageTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 100px;
  }

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#pageTop {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(21, 78, 103, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#pageTop:hover {
  background: rgba(21, 78, 103, 0.6);
}
}




#footer{
	position: relative;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ECF6DE;
}

#foot_line {
	height: 89px;
	background-image: url(../parts/office/f_tx.png);
	background-repeat: repeat-x;
	text-align: center;
}


/* フッターナビ */
#f_navi {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#f_navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#f_navi li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#f_navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#f_navi #fn01 {
	width: 154px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 1.6em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#f_navi #fn02 {
	width: 174px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 1.6em;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#f_navi #fn03 {
	width: 130px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 1.6em;
	padding-left: 0px;
	margin: 0px;
}

#f_navi li h2{
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#f_navi p {
	line-height: 30px;
	padding: 0px;
	background-image: url(../parts/office/f_line30.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#footer a:link {
	color: #009BE5;
	text-decoration: none;
}
#footer a:visited {
	color: #009BE5;
	text-decoration: none;
}
#footer a:hover, #f_navi a:active {
	color: #009BE5;
	text-decoration: underline;
}
#f_navi h2 a:link {
	color: #009BE5;
	text-decoration: none;
}
#f_navi h2 a:visited {
	color: #009BE5;
	text-decoration: none;
}
#f_navi h2 a:hover, #f_navi h2 a:active {
	color: #009BE5;
	text-decoration: underline;
}
#footer p.f_logo {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
#copyright {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	text-align: center;
}
#copyright h1{
}
#copyright h1 span{
	display: block;
	padding-top: 10px;
	color: #4CBAED;
	padding-bottom: 20px;
}



/* リストinフッターナビ */
#f_navi ul.term {
	_zoom: 1;
	overflow: hidden;
	float: none !important;
	clear: both;
}
#f_navi ul.term li.cat-item {
	padding: 0px !important;
	position: relative !important;
	line-height: 30px !important;
	background-image: url(../parts/office/f_line30.png) !important;
	margin: 0px !important;
	width: 154px !important;
	clear: both;
	}





/*デバイス切替*/
ul.device_toggle {
	_zoom: 1;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
}
.device_toggle li {
	display: inline-block;
	line-height: 30px;
	font-size: 100%;
}
.device_toggle li:first-child {
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 10px;
	margin-right: 5px;
}
.device_toggle li a {
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}
/*
.device_toggle li:last-child a {
	background-color: #fff;
	color: #43B1B9 !important;
	display: block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*/

/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#f_navi {
	display: none;
}
#copyright {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
#foot_line {
	height: auto;
	background-image: url(../parts/office/f_tx.png);
	background-repeat: repeat-x;
	text-align: center;
}

#foot_line img{
	width: 100%;
	height: auto;
	display: block;
}
}



/* ---------------------------------------------------------------- *
	CMリスト
 * ---------------------------------------------------------------- */
#list_cm {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 30px;
}
#list_cm h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
#list_cm ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/*
#list_cm li {
	width: 31%;
	margin-left: 1.16666%;
	margin-right: 1.16666%;
	float: left;
	margin-bottom: 20px;
}*/
#list_cm li {
	width: 470px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 0px;
}
#list_cm li {
	width: 470px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 0px;
}
#list_cm li.type2 {
	width: 32.3333%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	margin-bottom: 0px;
}
#list_cm li h2{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#list_cm li p{
	text-align: center;
	color: #FFFFFF;
	background-color: #7BB650;
}
#list_cm li p a{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#list_cm ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {

#list_cm {
	width: 100%;
}
#list_cm h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
#list_cm  ul li,#list_cm li.type2 {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 15px;
}
/*
#list_cm  ul li {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
*/
#list_cm  ul li img{
	width: 100%;
	height: auto;
	display: block;
}

}





.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  top: 0;
  left: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/*店舗情報*/
#sec_store{
	width: 100%;
	margin: 0px;
	padding-bottom: 50px;
	background-color: #FBFAE6;
	padding-top: 50px;
}
#list_rss {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin-bottom: 30px;
	}
#list_rss  ol {
	margin: 0px;
	padding: 0px;
	}
#list_rss  ol li {
	_zoom: 1;
	overflow: hidden;
	float: left;
	width: 31.333333%;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 25px;
	padding: 0;
	}
#list_rss  ol li dt {
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#list_rss  ol li dd {
	margin: 0px;
	padding: 0px;
	}
	
#list_rss  ol li dd h2{
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#list_rss  ol li dd img{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	}
#list_rss  ol li dd p.date{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	}
* html #list_rss  ol li dd {
	zoom: 1;
	}



/*-----------------------------------------------------	*/
/*	for 641px以上 - 979px以下				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 641px) and (max-width: 979px) {
#list_rss {
	width: 100%;
}
#list_rss  ol li {
	float: left;
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

}


/*-----------------------------------------------------	*/
/*	for - 640px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 640px) {

#list_rss {
	width: 100%;
}

#list_rss  ol li {
	float: none;
	width: 95.5%;
	margin-right: 0px;
}

}


/*-----------------------------------------------------	*/
/*	for - 767px以下				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
#sec_store{
	width: 100%;
	margin: 0px;
	padding-bottom: 25px;
	background-color: #FBFAE6;
	padding-top: 25px;
}
}


/* ---------------------------------------------------------------- *
	アレンジレシピ一覧
 * ---------------------------------------------------------------- */
#list_recipe {
	/*_zoom: 1;
	overflow: hidden;*/
	clear: both;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
#list_recipe ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#list_recipe li {
    float: left;
    margin-top: 0px;
    margin-right: 1.5%;
    margin-bottom: 40px;
    margin-left: 1.5%;
    position: relative;
    width: 30.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
    padding-top: 0px;
}
/*#list_recipe li:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);
}*/
#list_recipe li h2{
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    font-weight: bold;
    color: #8A6745;
    line-height: 1.5em;
}
#list_recipe li p{
	color: #555555;
	padding-left: 7px;
    padding-right: 7px;
}
#list_recipe li p a:hover {
	text-decoration: none !important;
}
#list_recipe li p.price strong{
	color: #D0011B;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}
#list_recipe li figure img{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
#list_recipe li figure img:hover {
    position: relative;
    top: 4px;
    left: 4px;
}
/*#list_recipe li figure {
overflow: hidden;
z-index:1;
}*/
#list_recipe li p.season{
	position: absolute;
	right: -10px;
	top: 190px;
	z-index: 0;
}
#list_recipe li p.season img{
	width: 90%;
	height: auto;
	display: block;
	padding-top: 0px;
	margin-left: auto;
	margin-right: 0px;
}
#list_recipe ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
#list_recipe {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	padding-top: 20px;
}
#list_recipe li {
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 40px;
    margin-left: 1%;
    position: relative;
    width: 48%;
}
#list_recipe li p.season img{
	width: 70%;
}
#list_recipe li p.season{
	right: -15px;
	top: -20px;
}
}
/*@media screen and (max-width: 375px) {
#list_recipe li p.season{
	right: -10px;
	top: 130px;
}
}
@media screen and (max-width: 320px) {
#list_recipe li p.season{
	right: -10px;
	top: 30%;
}
}*/


/* ---------------------------------------------------------------- *
	アレンジレシピ詳細
 * ---------------------------------------------------------------- */
.Box_r h2.sub_r {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-top: 1px solid #4CBAED;*/
    border-bottom: 1px solid #4CBAED;
}
.Box_r h2.catch {
	font-size: 16px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
.Box_r .beforecook {
	padding: 30px;
	background-color: #F9F5EF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.Box_r .beforecook h3 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.Box_r .beforecook p {
	font-size: 14px;
	line-height: 1.8em;
}
@media screen and (max-width: 767px) {
.Box_r h2.sub_r {
    font-size: 14px;
    text-align: center;
}
.Box_r h2.catch {
	font-size: 14px;
	padding-top: 20px;
	margin-bottom: 20px;
	line-height: 1.7em;
}
.Box_r .beforecook {
	padding: 20px;
}
.Box_r .beforecook h3 {
	font-size: 14px;
}
.Box_r .beforecook p {
	font-size: 13px;
}
}

#recipebox {
_zoom: 1;
overflow: hidden;
clear: both;
margin-top: 30px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
#recipebox {
    clear: both;
    margin-top: 30px;
}
}

#recipe01box,
#recipe02box {
	float: left;
}
#recipe01box {
	width: 55%;
}
#recipe02box {
	width: 45%;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
#recipe01box,
#recipe02box {
	float: none;
}
#recipe01box {
	width: 100%;
}
#recipe02box {
	width: 100%;
}
}

/* 左右に振り分け */
#list_sayu {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #444444;
}
#list_sayu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#list_sayu li {
	clear: both;
	text-align: right;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	/*background-image: url(../parts/office/dot.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;*/
}
#list_sayu li strong {
	float: left;
	padding: 0 2px 0 0;
	font-weight: normal;
}
#list_sayu li em {
  padding: 0 0 0 2px;
  font-style: normal;
}


/*レシピメイン画像*/
#m_photo {
	padding: 0px;
	margin: 0px;
}
#m_photo h2.re_title{
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#m_photo h3{
	font-weight: normal;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #705400;
}
#m_photo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#m_photo li {
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 95%;
	margin-right: 5%;
	position: relative;
}
#m_photo li img{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
#m_photo li figure{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
#m_photo {
	width: 100%;
}
#m_photo li {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	margin-right: 0%;
}
}


#m_photo li p.season{
	position: absolute;
	right: 10px;
	top: 80%;
	z-index: 0;
}
#m_photo li p.season img{
	width: 90%;
	height: auto;
	display: block;
	padding-top: 0px;
	margin-left: auto;
	margin-right: 0px;
}
@media screen and (max-width: 767px) {
#m_photo li p.season img{
	width: 70%;
}
#m_photo li p.season{

}
}



/*作り方*/
#tukurikata_box {
	clear: both;
	margin-top: 0px;
	padding-top: 30px;
}
@media screen and (max-width: 767px) {
#tukurikata_box {
	width: 100%;
}
}



/*おすすめ商品*/
.recommend {
    _zoom: 1;
    overflow: hidden;
    clear: both;
    margin-left: 0%;
    margin-right: 5%;
    width: 95%;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 3%;
    background-color: #F3EFC4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*cursor: pointer;*/
} 
.recommend .ftBox {
	float: left;
	width: 45%;
}
.recommend .flimgL {
	display: inline;
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 45%;
	text-align: right;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.recommend .flimgL img{
	width: 100%;
	height: auto;
	display: block;
	}

/*実際のサイズ表示用*/
p img.imageL {
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#balloon-left {
	position: relative;
	display: inline-block;
	padding-top: 0;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0;
	color: #000000;
	z-index: 0;
}
#balloon-left h2 {
	font-size: 14px;
	font-weight: normal;
}
 @media screen and (max-width: 767px) {
.recommend {
	_zoom: 1;
	overflow: hidden;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
} 
}

/* ---------------------------------------------------------------- *
	作り方設定　/　
 * ---------------------------------------------------------------- */
.cooking {
	padding: 0px;
	position: relative;
	margin-bottom: 50px;
	}
.cooking  ol {
	}
.cooking  ol li {
	_zoom: 1;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0px;
	background-image: url(../parts/office/line40.png);
	}
.cooking  ol li dt {
    float: left;
    width: 50px;
    margin: 0px;
	}
.cooking  ol li dt span {
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #4CBAED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 7px;
	}
	
.cooking  ol li dd {
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #444444;
	}
.cooking  ol li dd strong {
	font-size: 25px;
	font-weight: bold;
	color: #D0011B;
	}
.cooking  ol li dd strong.black {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	}
.cooking  ol li dd span{
	font-size: 20px;
	font-weight: bold;
	}
.cooking  ol li dd p{
    margin-right: 0px;
    float: left;
	}
.cooking  ol li dd p.item01{
	background-color: #4F96C2;
	}
.cooking  ol li dd p.item02{
	background-color: #1A307F;
	}
.cooking  ol li dd p.item03{
	background-color: #519A46;
	}
.cooking  ol li dd p.item04{
	background-color: #B4180D;
	}
.cooking  ol li dd p.item04{
	background-color: #4F96C2;
	}
.cooking  ol li dd p.item05{
	background-color: #EE62A0;
	}
.cooking  ol li dd p.item06{
	background-color: #B73FAB;
	}
* html .cooking  ol li dd {
	zoom: 1;
	}

@media screen and (max-width: 767px) {
.cooking  ol li dt {
	float: left;
	width: 10%;
	color: #00A163;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
.cooking  ol li dt br {
	display: none;
	}
.cooking  ol li dt span {
    font-size: 11px;
    font-weight: bold;
    padding: 7px;
	}
.cooking  ol li dd {
	margin-left: 10%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
}



.cooking  ol li dd p.howto1 {
    float: left;
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
	}
.cooking  ol li dd p.howto2 {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.cooking  ol li dd p.howto3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.cooking  ol li dd p.howto2 img {
    width: 100%;
    height: auto;
    display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
@media screen and (max-width: 767px) {
.cooking  ol li dd p.howto1 {
    width: 60%;
    padding-right: 10px;
	}
.cooking  ol li dd p.howto2 {
    width: 40%;
	}
}


.transform01 img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.transform01:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}


/* ---------------------------------------------------------------- *
	2カラム
 * ---------------------------------------------------------------- */
.wrap_box {
	_zoom: 1;
	overflow: hidden;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.iBox1 {
	float: right;
	width: 74%;
	margin-left: 2%;
}
.iBox2 {
	position: relative;
	float: right;
	margin-top: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 24%;
	padding-top: 20px;
}
.iBox2in {
	width: 270px;
	margin: 0px;
	padding: 0px;
}
.iBox2 h2,.iBox1 h2 {
font-size: 30px;
	margin-bottom: 40px;
}
.iBox1 h2 strong {
	font-weight: normal;
	margin-right: 20px;
}
.iBox1 h2 strong,.iBox1 h2 figure{
	display: inline-block;
	vertical-align: middle;
}
.iBox1 h2 figure{
	width: 7%;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.iBox1 h2 figure img {
	width: 100%;
	height: auto;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.iBox2 h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
.iBox1 {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.iBox2 {
	position: static;
	float: none;
	margin-top: 0;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
.iBox2in {
	width: 98%;
}
.iBox2 h2,.iBox1 h2 {
	font-size: 20px;
}
.iBox1 h2 figure{
	width: 15%;
}
.iBox2 h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
}

 
/* ---------------------------------------------------------------- *
	タームナビ
 * ---------------------------------------------------------------- */
.terms_nav {
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 50px;
}

.terms_nav ul {
}

.terms_nav ul li {
	_zoom: 1;
	overflow: hidden;
	float: left;
	padding: 0;
	margin-bottom: 10px;
}
.terms_nav ul li a{
	color: #444444;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 8px;
	margin-top: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0px;
	display: block;
	font-size: 13px;
}
.terms_nav ul li.term a{
background-color: #FFFFFF;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.terms_nav ul li.term a:hover{
/*background-color: #E1673D;*/
background-color: #AAAAAA;
}
.terms_nav ul li a:hover{
	color: #FFFFFF;
}
@media screen and (max-width: 767px) {
.terms_nav {
	margin-bottom: 10px;
}
.terms_nav ul li a{
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 8px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
}


.page-nav{
	clear: both;
	display: block;
	width: 100%;
}




/* ---------------------------------------------------------------- *
投稿ページ用の設定
* ---------------------------------------------------------------- */
.post {
_zoom: 1;
overflow: hidden;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 30px;
clear: both;
padding: 0px;
}
.post img{
max-width: 700px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
height: auto;
}
.post.cn_blog img{
max-width: 730px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
height: auto;
}
.post p.date {
margin-bottom: 30px;
font-size: 14px;
color: #444444;
line-height: 1.5em;
}
.post p.date span{
font-size: 16px;
padding-bottom: 0px;
margin-bottom: 0px;
padding-top: 0px;
font-weight: normal;
margin-left: 10px;
}
.post p.date i {
color: #0086ED;
padding-right: 5px;
}
.post p {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 30px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-size: 16px;
line-height: 2.2em;
}
.post p strong{
background: linear-gradient(transparent 60%, #FFED30 60%);
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
/*画像右*/
.alignright {
float: right;
padding: 0;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
}	
/*画像センター*/
.aligncenter {
clear: both;
padding: 0;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom: 15px;
}
/*画像左*/
.alignleft {
float: left;
padding: 0;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 10px;
}
/*投稿フォントサイズ*/
.post h1{
font-size: 20px;
font-weight: bold;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
line-height: 1.6em;
margin-bottom: 20px;
color: #000000;
}
.post h2{
font-weight: bold;
line-height: 1.6em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
font-size: 18px;
padding: 0px;
}

.post h3{
font-size: 16px;
font-weight: bold;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
line-height: 1.5em;
}
.post h4{
font-size: 15px;
font-weight: bold;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
.post h5{
font-size: 14px;
font-weight: bold;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
.post h6{
font-size: 13px;
font-weight: bold;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
}
@media screen and (max-width: 767px) {
.post p {
font-size: 15px;
line-height: 2em;
}
.post p.date {
margin-bottom: 10px;
font-size: 13px;
}
/*画像右*/
.alignright {
float: none;
padding: 0;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
}	
/*画像センター*/
.aligncenter {
clear: both;
padding: 0;
display: block;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom: 15px;
}
/*画像左*/
.alignleft {
float: none;
padding: 0;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
}
.post img{
width: 100%;
height: auto;
display: block;
}
}



/*Not Found*/
.NotF{
width: 100%;
margin-top: 0px;
margin-bottom: 0px;
clear: both;
padding-top: 100px;
padding-bottom: 100px;
position: relative;
text-align: center;
}
.NotF h1{
font-size: 55px;
font-weight: bold;
padding-bottom: 50px;
color: #444444!important;
line-height: 1.3em;
}
.NotF h1 span{
font-size: 25px;
font-weight: bold;
display: block;
color: #0A4D9B;
}
.NotF p{
font-size: 16px;
color: #444444;
}
.NotF p.btn a{
padding-top: 10px;
padding-bottom: 10px;
display: block;
margin-top: 50px;
background-color: #0A4D9B;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
}
.NotF p.btn{
width: 30%;
margin-left: auto;
margin-right: auto;
}
.NotF p.btn a:hover{
background-color: #000000;
}
@media screen and (max-width: 767px) {
.NotF{
padding-top: 10%;
padding-bottom: 10%;
}
.NotF h1{
font-size: 35px;
padding-bottom: 30px;
line-height: 1.3em;
}
.NotF h1 span{
font-size: 17px;
}
.NotF p{
font-size: 14px;
text-align: left;
}
.NotF p br{
	display: none;
}
.NotF p.btn{
	width: 80%;
	text-align: center;
}
}


/*flex*/
.m_helth{
	background-color: rgba(251,250,230,1.00);
}
.m_helth.sdgs{
	background-color: #FFFFFF;
}
.f_RandL{
	display: flex;
	align-items: center;
	gap: 0px 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.f_RandL.reve{
flex-direction:row-reverse;
}
.f_RandL .item1 {
flex-basis:10%;
}
.f_RandL .item1 figure {
width: 100%;
}
.f_RandL .item1 figure img {
width: 100%;
height: auto;
display: block;
}
.f_RandL .item1 {
flex-basis:30%;
}
.f_RandL .item2 {
	flex-basis: 70%;
	border-top: 1px solid #4DBAED;
	border-bottom: 1px solid #4DBAED;
	padding-top: 40px;
	padding-bottom: 40px;
}
.m_helth.sdgs .f_RandL .item2 {
	flex-basis: 70%;
	border-top: 1px solid #95221D;
	border-bottom: 1px solid #95221D;
	padding-top: 40px;
	padding-bottom: 40px;
}
.f_RandL .item2 h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.f_RandL .item2 h3 span {
	font-size: 17px;
	font-weight: normal;
	margin-left: 30px;
}
.f_RandL .item2 h3 span i {
	font-size: 17px;
	font-weight: normal;
	padding-left: 7px;
	transition: all 0.3s;
}
.f_RandL .item2 h3 span a:hover i {
	padding-left: 10px;
}
.f_RandL .item2 h3 strong {
	font-size: 20px;
	display: block;
}
.f_RandL .item2 p{
	font-size: 16px;
	line-height: 2em;
}

@media screen and (max-width: 767px) {
.f_RandL{
	display: flex;
	align-items: center;
	gap: 0px 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	flex-direction: column;
}
.f_RandL.reve{
flex-direction: column;
}
.f_RandL .item1 {
	flex-basis: 100%;
	padding-bottom: 15px;
}
.f_RandL .item2 {
flex-basis: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
/*.f_RandL{
display: flex;
align-items: center;
gap: 0px 30px;
padding-top: 25px;
padding-bottom: 25px;
}
.f_RandL .item1 {
flex-basis:40%;
}
.f_RandL .item2 {
flex-basis: 60%;
padding-top: 20px;
padding-bottom: 20px;
}*/
.f_RandL .item2 h3 {
font-size: 4.8vw;
}
.f_RandL .item2 h3 strong {
font-size: 3.6vw;
}
.f_RandL .item2 p{
font-size: 3.3vw;
}
}


/*健康経営への取り組み*/
.health_B{
	background-color: rgba(197,236,188,0.60);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.bg_h{
	background-color: rgba(197,236,188,0.60);
}
.health_B .in_H{
	background-color: #FFFFFF;
	padding: 50px;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.message01 p span.ceo{
	background-color: transparent;
	color: #000000;
	font-size: 14px;
	padding-left: 2em;
}
.health_B .in_H figure.tp1{
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.health_B .in_H figure img{
	width: 100%;
	height: auto;
	display: block;
}
.health_B .in_H h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
}
.health_B .in_H2{
	background-color: rgba(241,241,241,0.80);
	padding: 30px;
	border-radius: 10px;
}
.health_B .in_H2 h4{
	font-weight: bold;
	margin-bottom: 10px;
}
.health_B .in_H2 p{
font-size: 13px;
}
@media screen and (max-width: 767px) {
.health_B{
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.health_B .in_H{
	padding: 25px;
}
.health_B .in_H h3{
	font-size: 16px;
	text-align: left;
	line-height: 1.8em;
}
.health_B .in_H figure.tp1{
	width: 100%;
}
.message01 p span.ceo{
	margin-right: 0.25em;
	padding-left: 0em;
}
.health_B .in_H2{
	padding: 20px;
}
}




































