@charset "utf-8";

/*##################################################
-------------LIST-------------
 00: Reset
 01: Common
 02: Wrapper
 03: Link
 05: Header
 06: Contents
 07: Footer
 10: Module
------------------------------
##################################################*/

/* web font */
/*@import url(//fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400);*/
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

/* --------------------------------------------------
 00: Reset Style
 -------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	background-color: #f1f0ec;
	color: #2f3030;
	font-size: 93.75%;
	/*font-family: "Roboto", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;*/
	font-family: "Lato", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
	line-height: 2.0;
}
html>/**/body {
	font-size: 15px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select, img {
	vertical-align: middle;
}

em {
	font-style: normal;
}

.overImg {}



/* --------------------------------------------------
 01:  Common Style
 -------------------------------------------------- */

/* color
 -------------------------------------------------- */
.txRed { color: #f00 !important;}

/* float
 -------------------------------------------------- */
.fl { float: left !important;}
.fr { float: right !important;}

/* align
 -------------------------------------------------- */
.taL { text-align: left !important;}
.taR { text-align: right !important;}
.taC { text-align: center !important;}

/* size
 -------------------------------------------------- */
.txXS { font-size: 12px !important;}
.txSS { font-size: 13px !important;}
.txS { font-size: 14px !important;}
.txM { font-size: 15px !important;}
.txL { font-size: 16px !important;}
.txLL { font-size: 17px !important;}
.txXL { font-size: 18px !important;}

/* Margin Padding
 -------------------------------------------------- */
.noMargin { margin: 0 !important;}
.noPadding { padding: 0 !important;}

.mt0 { margin-top: 0 !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt55 { margin-top: 55px !important;}
.mt60 { margin-top: 60px !important;}
.mt65 { margin-top: 65px !important;}
.mt70 { margin-top: 70px !important;}
.mt75 { margin-top: 75px !important;}
.mt80 { margin-top: 80px !important;}
.mt85 { margin-top: 85px !important;}
.mt90 { margin-top: 90px !important;}
.mt95 { margin-top: 95px !important;}
.mt100 { margin-top: 100px !important;}
.mt-7 { margin-top: -7px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb65 { margin-bottom: 65px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb75 { margin-bottom: 75px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb85 { margin-bottom: 85px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb95 { margin-bottom: 95px !important;}
.mb100 { margin-bottom: 100px !important;}

.mr0 { margin-right: 0 !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr55 { margin-right: 55px !important;}
.mr60 { margin-right: 60px !important;}
.mr65 { margin-right: 65px !important;}
.mr70 { margin-right: 70px !important;}
.mr75 { margin-right: 75px !important;}
.mr80 { margin-right: 80px !important;}
.mr85 { margin-right: 85px !important;}
.mr90 { margin-right: 90px !important;}
.mr95 { margin-right: 95px !important;}
.mr100 { margin-right: 100px !important;}

.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr55 { margin-right: 55px !important;}
.mr60 { margin-right: 60px !important;}
.mr65 { margin-right: 65px !important;}
.mr70 { margin-right: 70px !important;}
.mr75 { margin-right: 75px !important;}
.mr80 { margin-right: 80px !important;}
.mr85 { margin-right: 85px !important;}
.mr90 { margin-right: 90px !important;}
.mr95 { margin-right: 95px !important;}
.mr100 { margin-right: 100px !important;}

.pt0 { padding-top: 0 !important;}
.pt5 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}
.pt55 { padding-top: 55px !important;}
.pt60 { padding-top: 60px !important;}
.pt65 { padding-top: 65px !important;}
.pt70 { padding-top: 70px !important;}
.pt75 { padding-top: 75px !important;}
.pt80 { padding-top: 80px !important;}
.pt85 { padding-top: 85px !important;}
.pt90 { padding-top: 90px !important;}
.pt95 { padding-top: 95px !important;}
.pt100 { padding-top: 100px !important;}

.pb0 { padding-bottom: 0 !important;}
.pb5 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb55 { padding-bottom: 55px !important;}
.pb60 { padding-bottom: 60px !important;}
.pb65 { padding-bottom: 65px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb75 { padding-bottom: 75px !important;}
.pb80 { padding-bottom: 80px !important;}
.pb85 { padding-bottom: 85px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb95 { padding-bottom: 95px !important;}
.pb100 { padding-bottom: 100px !important;}

.pr0 { padding-right: 0 !important;}
.pr5 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}
.pr55 { padding-right: 55px !important;}
.pr60 { padding-right: 60px !important;}
.pr65 { padding-right: 65px !important;}
.pr70 { padding-right: 70px !important;}
.pr75 { padding-right: 75px !important;}
.pr80 { padding-right: 80px !important;}
.pr85 { padding-right: 85px !important;}
.pr90 { padding-right: 90px !important;}
.pr95 { padding-right: 95px !important;}
.pr100 { padding-right: 100px !important;}

.pl0 { padding-left: 0 !important;}
.pl5 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}
.pl55 { padding-left: 55px !important;}
.pl60 { padding-left: 60px !important;}
.pl65 { padding-left: 65px !important;}
.pl70 { padding-left: 70px !important;}
.pl75 { padding-left: 75px !important;}
.pl80 { padding-left: 80px !important;}
.pl85 { padding-left: 85px !important;}
.pl90 { padding-left: 90px !important;}
.pl95 { padding-left: 95px !important;}
.pl100 { padding-left: 100px !important;}


/* Clear
-------------------------------------------------- */
.clr {
	clear: both;
}


/* ClearFix
-------------------------------------------------- */
/* for Win IE */
.clearfix {zoom: 1;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for SP */
/*.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Caption
 -------------------------------------------------- */
.caption {
	margin-top: 5px!important;
	font-size: 12px;
	line-height: 1.667;
}


/* --------------------------------------------------
 02: Wrapper Style
 -------------------------------------------------- */
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*#contents {
	width: 980px;
	margin: 10px 10px 0;
	overflow: hidden;
	zoom: 1;
}*/


/* --------------------------------------------------
 03: Link Style
 -------------------------------------------------- */
a {
	color: #303030;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { color: #EE828F; text-decoration: none;}/*☆お知らせ・レポートホバーカラー*/
a:active { color: #EE828F;}/*☆マウス押下時のカラー/def:34aa9a*/

a.linkU {
	padding-bottom: 3px;
	border-bottom: 1px solid #c1a98d;
	color: #2f3030;
}
a.linkU:hover {
	border-bottom-color: transparent;
	color: #2f3030;
	text-decoration: none;
}


/* --------------------------------------------------
 04: Header Style
 -------------------------------------------------- */
.header {
	overflow:hidden;	
	position: relative;
	line-height: 1.5;
}
.header:before,
.header:after {
	content: "";
	position: absolute;
	top: 0;
	background-position: center top;
	background-repeat: no-repeat;
}
.header:before {
	left: 50%;
	width: 330px;
	height: 152px;
	margin-left: -750px;
	background-image: url(/images/header/header_flag_l.png);
}
.header:after {
	right: 50%;
	width: 338px;
	height: 162px;
	margin-right: -750px;
	background-image: url(/images/header/header_flag_r.png);
}
@media only screen and (min-width: 1500px) {
.header:before {
	left: 0;
	margin-left: 0;
}
.header:after {
	right: 0;
	margin-right: 0;
}
}
.header > .wrap {
	position: relative;
	padding-top: 15px;
}
.header_logo {
	text-align: center;
}

/* Utility Nav  */
.navUtility {
	position: absolute;
	top: 0;
	right: 29px;
}
.navUtility > p {
	background: url(/images/header/bg-nav-amipiccolowendy_ov.png) center top no-repeat;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navUtility > p:hover {
	background-image: url(/images/header/bg-nav-amipiccolowendy_ov.png);
}
.navUtility > p a {
	display: block;
	position: relative;
	z-index: 100;
	width: 200px;
	height: 109px;
	padding-top: 13px;
}

/* global Nav  */
.navGloval {
	margin: 30px 0 390px 0;
}
.navGloval ul {
	position: relative;
	font-size: 0;
	text-align: center;
}

.navGloval ul:before {
	top: 0;
}
.navGloval ul:after {
	bottom: 0;
}

.crossFadeArea {
    position: relative;
    width: 100%;
/*    height: 50px;*/
    max-width: 1000px;
    margin: 0 auto;
}
.crossFadeArea > li {
    float: left;
/*     height: 50px; */
    line-height: 50px;
    background:#d5d2c4;
}
.crossFadeArea > li a {
    display: block;
    color: #5c5c5c;
	font-size:13px;
}
.crossFadeArea > li a:hover {
    color: #5c5c5c;
}
ul.menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.crossFadeArea > li:hover {
    background: #d5d2c4;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu_second-level li {
    border-top: 1px solid #f1f0ec;
}
.menu_second-level li a:hover {
    background: #dbd8ce;
}
/* floatクリア */
.crossFadeArea:before,
.crossFadeArea:after {
    content: " ";
    display: table;
}
.crossFadeArea:after {
    clear: both;
}
.crossFadeArea > li.menu_single {
    position: relative;
}
li.menu_single ul.menu_second-level {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #e4e2db;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu_single:hover ul.menu_second-level {
    top: 73px;
    visibility: visible;
    opacity: 1;
}



/* --------------------------------------------------
 05: Contents Style
-------------------------------------------------- */
main { display: block;
margin-top:-390px;
position:relative;
z-index:2;}
main > .wrap {
	padding-top: 20px;
}
main > .wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contents {
	float: left;/*☆レポート部分配置*/
	width: 665px;
	margin-right: 40px;
}
.contents_inner {
	position: relative;
	padding: 40px;
	border-radius: 5px;
	background-color: #fff;
}

.boxShadow {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.boxShadow:first-child {
	margin-top: 0;
}
.boxShadow:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	border-radius: 5px;
	background-color: #dcdcdc;
}
.boxShadow .boxShadow_inner {
	position: relative;
	margin-bottom: 5px;
	padding: 30px 25px;
	border-radius: 5px;
	background-color: #fff;
}

/* Local Nav  */
.navLocal {
	float: left;
	width: 235px;
	font-size: 14px;
	line-height: 1.5;
}
.navLocal_title {
	padding-bottom: 27px;
	border-bottom: 3px solid #af8382;
}
.navLocal_title ~ .navLocal_title {
	margin-top: 50px;
}

.navLocal_list {
	padding-bottom: 1px;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.navLocal_list > li {
	background: url(/images/common/line-01.png) center top repeat-x;
}
.navLocal_list > li:first-child {
	background: none;
}
.navLocal_list > li a {
	display: block;
}
.navLocal_list > li > a {
	padding: 15px 5px;
}
.navLocal_list > li ul {
	margin-top: -5px;
	margin-bottom: 10px;
}
.navLocal_list > li li {
	font-size: 13px;
}
.navLocal_list > li li > a {
	padding: 5px 5px 5px 15px;
}

.navLocal_list > li.current > a,
.navLocal_list > li li.current > a {
	color: #EE828F;/*☆採用ページサイドバー文言カラー/def:#34aa9a*/
	font-weight: bold;
	pointer-events: none;
}

.navLocal_facebook {
	margin-top: 50px;
	background-color: #fff;
}

.navLocal_bntList {
	margin-top: -10px;
	margin-bottom: 50px;
}
.navLocal_bntList li {
	margin-top: 10px;
}


/* topicPath  */
.topicPath {
	margin-bottom: 35px;
	line-height: 1.5;
}
.topicPath ul {
	font-size: 0;
}
.topicPath li {
	display: inline;
	font-size: 11px;
}
.topicPath li:before {
	content: ">";
	margin: 0 5px;
}
.topicPath li:first-child:before {
	content: none;
	display: none;
}
.topicPath a {
	padding-bottom: 3px;
	border-bottom: 1px solid #c1a98d;
	color: #2f3030;
}
.topicPath a:hover {
	border-bottom-color: transparent;
	color: #2f3030;
	text-decoration: none;
}


/* PageTop  */
/*.pagetop {
	font-size: 86%;
	margin: 0;
	padding: 10px 20px 5px;
	white-space: nowrap;
	position: fixed;
	right: 20px;
	bottom: 0;
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.pagetop a {
	text-decoration: none;
}
.pagetop a:hover {
	color: #f00;
	text-decoration: underline;
}*/


/* --------------------------------------------------
 06: Footer Style
 -------------------------------------------------- */
.footer {
	margin-top: 60px;
	line-height: 1.5;
}

/* footerMenu */
.footerMenu {
	background: #aaaaaa url(/images/common/bg-ftr-menu.png) left bottom repeat-x;
}
.footerMenu > div {
	position: relative;
	background: url(/images/common/bg-ftr-menu-mid.jpg) center bottom no-repeat;
}
.footerMenu > div:before,
.footerMenu > div:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background-repeat: repeat-x;
}
.footerMenu > div:before {
	top: 0;
	height: 7px;
	background-image: url(/images/common/bg-ftr-menu-top.png);
}
.footerMenu > div:after {
	bottom: 0;
	height: 23px;
	background-image: url(/images/common/bg-ftr-menu-btm.png);
}
.footerMenu .wrap {
	padding-top: 47px;
	padding-bottom: 75px;
}
.footerMenu ul {
	overflow: hidden;
	margin-top: -25px;
	margin-left: -30px;
}
.footerMenu li {
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	width: 300px;
	text-align: center;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.7),
	             0 0 3px rgba(255, 255, 255, 0.7),
	             0 0 3px rgba(255, 255, 255, 0.7),
	             0 0 3px rgba(255, 255, 255, 0.7),
	             0 0 3px rgba(255, 255, 255, 0.7);
}
.footerMenu li img {
	margin-bottom: 10px;
}

/* footerNav */
.footerNav {
	background: url(/images/common/bg-ftr-nav.png);
}
.footerNav > .wrap {
	padding-top: 20px;
	padding-bottom: 45px;
}
.footerNav h1 {
	text-align: center;
}

.footerNav_body {
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	margin-left: -20px;
	padding-top: 25px;
	border-top: 1px solid #4b3938;
}
.footerNav_body:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #7f6868;
}
.footerNav_body > div {
	float: left;
	width: 170px;
	margin-left: 20px;
}
.footerNav_body .body_title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.footerNav_body .body_title a {
	color: #fff;
}
.footerNav_body .body_title a:hover {
	filter: alpha( opacity=50 ); /* ie lt 8 */
	-ms-filter: "alpha( opacity=50 )"; /* ie 8 */
	opacity: 0.5;
}

.footerNav_body ul {
	margin-top: 15px;
}
.footerNav_body li {
	margin-top: 10px;
	font-size: 12px;
}
.footerNav_body li a {
	color: #fff;
}
.footerNav_body li a:hover {
	filter: alpha( opacity=50 ); /* ie lt 8 */
	-ms-filter: "alpha( opacity=50 )"; /* ie 8 */
	opacity: 0.5;
}

.footerNav_foot {
	overflow: hidden;
	margin-top: 50px;
	margin-left: -30px;
}
.footerNav_foot > div {
	float: left;
	width: 290px;
	margin-left: 30px;
}
.footerNav_foot > div.foot_image {
	width: 320px;
}
.footerNav_foot dt {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footerNav_foot dd {
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
}

.footer_bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #4a3737;
	text-align: center;
}
.footer_bottom .copyright {
	font-size: 0;
}


/* --------------------------------------------------
 10: Module Style
 -------------------------------------------------- */

/* title
------------------------------ */
/* pageTitle */
.pageTitle {
	text-align: center;
	margin-bottom: 65px;
}

/* titlePrimary */
.titlePrimary {
	position: relative;
	margin-top: 60px;
	margin-bottom: 35px;
	padding-left: 34px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .08em;
}
.titlePrimary:first-child {
	margin-top: 0;
}
.titlePrimary:before {
	content: "*";
	position: absolute;
	top: -2px;
	left: 0;
	color: #EE828F;/*☆access-*部分カラー/def:#34aa9a*/
	font-size: 60px;
	line-height: 1.0;
}
.titlePrimary.isBorder {
	padding-bottom: 15px;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.titlePrimary span {
	color: #af8382;
	font-size: 16px;
	letter-spacing: normal;
}

/* titleSecondary */
.titleSecondary {
	margin-top: 50px;
	margin-bottom: 10px;
	color: #af8382;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .08em;
}
.titleSecondary:first-child {
	margin-top: 0;
}
.titleSecondary + p,
.titleSecondary + ul,
.titleSecondary + ol,
.titleSecondary + dl {
	margin-top: 10px!important;
}
.titleSecondary:before {
	content: "★";
}

/* titleTertiary */
.titleTertiary {
	margin-top: 35px;
	padding: 16px 18px;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #af8382;
	line-height: 1.1;
}
.titleTertiary + .listColumn {
	margin-top: 20px;
}

/* titleMain */
.titleMain {
	margin-bottom: 35px;
	text-align: center;
}
.titleMain h1 {
	position: relative;
	display: inline-block;
	padding-left: 34px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .08em;
}
.titleMain h1:before {
	content: "*";
	position: absolute;
	top: 0;
	left: 0;
	color: #34aa9a;
	font-size: 76px;
	line-height: 1.0;
}


/* btn
------------------------------ */
.btn {
	overflow: hidden;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.btn:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	border-radius: 5px;
	background-color: #dcdcdc;
}
.btn a {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 26px 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #EE828F;/*☆お問合せ・資料請求ボタンカラー/def:#34aa9a*/
	-webkit-transition: none;
	transition: none;
}
.btn a:hover {
	margin-top: 5px;
	margin-bottom: 0;
}


/* btnDetail */
.btnDetail {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
	line-height: 1.1;
}
.btnDetail:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	border-radius: 5px;
	background-color: #dcdcdc;
}
.btnDetail a {
	display: inline-block;
	position: relative;
	margin-bottom: 4px;
	padding: 10px 18px;
	border-radius: 5px;
	color: #fff;
	background-color: #af8382;
	-webkit-transition: none;
	transition: none;
}
.btnDetail a:hover {
	margin-top: 4px;
	margin-bottom: 0;
}
.btnDetail span {
	position: relative;
	padding-left: 15px;
}
.btnDetail span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.btnDetail.typeDown span:before {
	margin-top: -3px;
	border-bottom: none;
	border-top: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

/* list
------------------------------ */
/* listInfo */
.listInfo {}
.listInfo dl {
	margin-top: -120px;
}
.listInfo dt {
	margin-top: 20px;
	padding-left: 3px;/*日付の左からの位置*/
	color: #EE828F;/*#34aa9a*//*☆お知らせ日付カラー*/
	font-size: 12px;
	font-weight: bold;
}
.listInfo dd {
	margin-top: -10px;/*☆お知らせ投稿の、日付とタイトルの幅/def:10px*/
	padding-left: 3px;
	padding-bottom: 15px;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}

.listInfo dd a {
	display: block;
}

.listInfo-photo {}
.listInfo-photo > div {}
.listInfo-photo a {
	overflow: hidden;
	display: block;
	padding: 20px 0;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.listInfo-photo p {
	overflow: hidden;
}
.listInfo-photo .listInfo_photo {
	float: left;
	margin-right: 15px;
}
.listInfo-photo .listInfo_photo img {
	width: 84px;
	height: auto;
}
.listInfo-photo .listInfo_date {
	margin-bottom: 10px;
	color: #ff0000;/*#34aa9a*//*どこのカラーか不明*/
	font-size: 12px;
	font-weight: bold;
}

/*追加分 listInfo-date dt
--------------------------------------------------------------------------------*/
/* listInfo */
.listInfo-date {}
.listInfo-date dl {
	margin-top: -20px;
}
.listInfo-date dt {
	margin-top: 20px;
	padding-left: 3px;/*日付の左からの位置*/
	color: #EE828F;/*#34aa9a*//*☆お知らせ日付カラー*/
	font-size: 12px;
	font-weight: bold;
}
.listInfo-date dd {
	margin-top: 10px;/*☆お知らせ投稿の、日付とタイトルの幅/def:10px*/
	padding-left: 3px;
	padding-bottom: 15px;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}

.listInfo-date dd a {
	display: block;
}

.listInfo-date-photo {}
.listInfo-date-photo > div {}
.listInfo-date-photo a {
	overflow: hidden;
	display: block;
	padding: 20px 0;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.listInfo-date-photo p {
	overflow: hidden;
}
.listInfo-date-photo .listInfo_photo {
	float: left;
	margin-right: 15px;
}
.listInfo-date-photo .listInfo_photo img {
	width: 84px;
	height: auto;
}
.listInfo-date-photo .listInfo_date {
	margin-bottom: 10px;
	color: #ff0000;/*#34aa9a*//*どこのカラーか不明*/
	font-size: 12px;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------*/

/* listReport */
.listReport {
	overflow: hidden;
	margin-top: -20px;/*☆メインエリアの上位置*/
	margin-left: -20px;
}
.listReport .listReport_item {
	position: relative;
	float: left;
	width: 208px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 5px;
}
.listReport .listReport_item:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	height: 15px;
	background-color: #dcdcdc;/*レポート下段カラー*/
}
.listReport .listReport_item a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	border-radius: 5px;
	background-color: #fff;/*レポート下段本体カラー*/
}
.listReport .listReport_item a img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.listReport .listReport_item a:hover img {
	filter: alpha( opacity=70 ); /* ie lt 8 */
	-ms-filter: "alpha( opacity=70 )"; /* ie 8 */
	opacity: 0.7;
}
.listReport .listReport_text {
	position: relative;
	padding: 16px 14px 20px;
	font-size: 13px;
	font-weight: bold;
}
.listReport .listReport_date {
	color: #EE828F;/*レポート内日付カラー/def:#34aa9a*/
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}
.listReport .listReport_label {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	padding-left: 7px;
	color: #303030;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
.listReport .listReport_label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 7px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

/* label color */
.label-risu { background-color: #fecc44;}
.label-sumire { background-color: #fbb2d4;}
.label-choucho { background-color: #9cd6ff;}
.label-sakura { background-color: #8be1aa;}


/* listColumn */
.listColumn {
	overflow: hidden;
	margin-top: 40px;
	margin-left: -33px;
	font-size: 14px;
}
.listColumn:first-child {
	margin-top: 0;
}
.listColumn .listColumn_item {
	float: left;
	width: 316px;
	margin-left: 33px;
}
.listColumn .listColumn_item > p {
	margin-top: 15px;
}


/* listAnchor */
.listAnchor {
}
.listAnchor ul {
	overflow: hidden;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.listAnchor li {
	position: relative;
	font-weight: bold;
	background: url(/images/common/line-01.png) center top repeat-x;
}
.listAnchor li a {
	position: relative;
	display: block;
	padding: 15px 63px 15px 3px;
}
.listAnchor li:before,
.listAnchor li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 26px;
	height: 26px;
	border-radius: 26px;
}
.listAnchor li:before {
	margin-top: -9px;
	background-color: #78cbf6;
}
.listAnchor li a:before {
	margin-top: -13px;
	background-color: #34aa9a;
}
.listAnchor li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	margin-top: -2px;
	border-top: 7px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.listAnchor li:hover a:before {
	margin-top: -9px;
}
.listAnchor li:hover a:after {
	margin-top: 1px;
}

.listAnchor li img {
	margin-right: 10px;
	vertical-align: -4px;
}

.listBorder {}
.listBorder ul {
	overflow: hidden;
	background: url(/images/common/line-01.png) center bottom repeat-x;
}
.listBorder li {
	font-weight: bold;
	display: block;
	padding: 15px 0 15px 1.0em;
	background: url(/images/common/line-01.png) center top repeat-x;
	text-indent: -1.0em;
}

/* list */
.list {
	margin-top: -5px;
}
.list li {
	margin-top: 5px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

/* listNum */
.listNum {
	margin-top: -5px;
}
.listNum li {
	margin-top: 5px;
	padding-left: 1.2em;
	color: #34aa9a;
	font-weight: bold;
	text-indent: -1.2em;
}

/* listSide */
.listSideDef {}
.listSideDef dt {
	position: absolute;
	padding-top: 8px;
	line-height: 1.733;
}
.listSideDef dd {
	padding-top: 8px;
	line-height: 1.733;
}
.listSideDef dt:first-of-type,
.listSideDef dd:first-of-type {
	padding-top: 0;
}

.listSideDef.type5em dd { padding-left: 5.0em;}
.listSideDef.type6em dd { padding-left: 6.0em;}
.listSideDef.type7em dd { padding-left: 7.0em;}
.listSideDef.type8em dd { padding-left: 8.0em;}
.listSideDef.type9em dd { padding-left: 9.0em;}
.listSideDef.type10em dd { padding-left: 10.0em;}
.listSideDef.type11em dd { padding-left: 11.0em;}
.listSideDef.type12em dd { padding-left: 12.0em;}
.listSideDef.type13em dd { padding-left: 13.0em;}

/* listSide */
.listSide {
	margin-top: 20px;
}
.listSide ul {
	margin-left: -10px;
	font-size: 0;
	text-align: center;
}
.listSide.typeL ul {
	text-align: left;
}
.listSide li {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
}

/* line
------------------------------ */
/* lineBorder */
.lineBorder {
	margin: 35px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #c1a98d;
}

/* lineDot */
.lineDot {
	margin: 35px 0;
	padding: 0;
	border: none;
	height: 1px;
	background: url(/images/common/line-01.png) center top repeat-x;
}


/* paging
------------------------------ */
.paging {
	margin-top: 40px;
}
.paging ol {
	margin-left: -10px;
	font-size: 0;
	text-align: center;
}
.paging li {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	line-height: 1.0;
}
.paging li a {
	display: inline-block;
	width: 44px;
	height: 44px;
	padding-top: 13px;
	border: 1px solid #c1a98d;
}
.paging li a:hover {
	color: #fff;
	background-color: #c1a98d;
}


/* article
------------------------------ */
.entry {}
.entry p {}
.entry p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entry * ~ p {
	margin-top: 30px;
}
.entry h1 {
	color: #2f3030;
	font-size: 20px;
	font-weight: bold;
}
.entry h2 {
	margin-top: 35px;
	font-size: 20px;
	font-weight: bold;
}
.entry h3 {
	margin-top: 35px;
	color: #af8382;
	font-size: 17px;
	font-weight: bold;
}

.entry .entry_date {
	margin-top: 15px;
	color: #EE828F;/*個別投稿日付カラー/def:#34aa9a*/
	font-size: 12px;
	font-weight: bold;
}

.entry .entyr_label {
	position: absolute;
	top: 40px;
	right: 0;
	width: 160px;
	margin-top: 0;
	padding-left: 14px;
	text-align: center;
	line-height: 36px;
}
.entry .entyr_label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 14px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}


.entry .entry_floatImageL {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
}
.entry .entry_floatImageR {
	float: right;
	margin-left: 35px;
	margin-bottom: 20px;
}

/* entry_paging */
.entry_paging {
	position: relative;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #c1a98d;
}
.entry_paging a:hover {
	color: #c1a98d;
}
.entry_paging > p {
	position: relative;
	text-align: center;
}
.entry_paging > p:after {
	content: "\02227";
	margin-left: 5px;
	color: #c1a98d;
}
.entry_paging ul {
}
.entry_paging li {
	position: absolute;
	top: 40px;
}
.entry_paging li.prev {
	left: 0;
}
.entry_paging li.next {
	right: 0;
}
.entry_paging li.prev:before,
.entry_paging li.next:after {
	color: #c1a98d;
}
.entry_paging li.prev:before {
	content: "\003c";
	margin-right: 5px;
}
.entry_paging li.next:after {
	content: "\003e";
	margin-left: 5px;
}

/* block
------------------------------ */
/* imgClmBlock */
.imgClmBlock {
	overflow: hidden;
	margin-top: 70px;
}
.imgClmBlock:first-child {
	margin-top: 0;
}
.imgClmBlock ~ .imgClmBlock {
	margin-top: 80px;
}
.imgClmBlock.typeR .imgClmBlock_photo {
	float: right;
	padding-left: 35px;
}
.imgClmBlock.typeL .imgClmBlock_photo {
	float: left;
	padding-right: 35px;
}
.imgClmBlock .imgClmBlock_text {
	overflow: hidden;
}
.imgClmBlock .imgClmBlock_text .titlePrimary {
	margin-bottom: 15px;
}
.imgClmBlock .imgClmBlock_text h3 ~ h3 {
	margin-top: 20px;
}
.imgClmBlock .imgClmBlock_text h3 + p {
	margin-top: 10px;
}

/* imgFloatBlock */
.imgFloatBlock {
	overflow: hidden;
	margin-top: 25px;
}
.imgFloatBlock ~ .imgFloatBlock {
	margin-top: 40px;
}
.imgFloatBlock .block_photo {
	font-size: 12px;
}
.imgFloatBlock .block_photo + p {
	margin-top: 0;
}
.imgFloatBlock.typeL .block_photo {
	float: left;
	margin-right: 35px;
}
.imgFloatBlock.typeR .block_photo {
	float: right;
	margin-left: 35px;
}
.imgFloatBlock .block_photo img {
	margin-bottom: 3px;
}
.imgFloatBlock .block_photo img ~ img {
	margin-top: 10px;
}
.imgFloatBlock .block_list {
	display: inline;
}
.imgFloatBlock .block_list li {
	margin-top: 8px;
	line-height: 1.733;
}
.imgFloatBlock .block_list li:first-child {
	margin-top: 0;
}

.imgFloatBlock h3 {
	overflow: hidden;
	margin-bottom: 15px;
}
.imgFloatBlock .block_photo + h3 {
	margin-top: 0;
}
.imgFloatBlock h3 + p {
	margin-top: 15px;
}

.imgFloatBlock .btnDetail {
	margin-top: 20px;
}

/* link
------------------------------ */
/* linkArrow */
.linkArrow {
	position: relative;
	padding-left: 16px;
}
.linkArrow:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	border-left: 7px solid #EE828F;/*☆▲マークカラー/def:34aa9a*/
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

/* ☆linkArrow追加分(保育時間・一日の生活)ジャンプリンク
--------------------------------- */
/* linkArrow-sankaku */
.linkArrow-sankaku {
	position: relative;
	padding-left: 16px;
}
.linkArrow-sankaku:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	border-left: 10px solid #EE828F;/*☆▲マークカラー/def:34aa9a*/
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/* box
--------------------------------- */
/* boxBorder */
.boxBorder {
	margin-top: 20px;
	padding: 18px;
	border: 2px dotted #b38382;
	border-radius: 10px;
	text-align: center;
}
