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

/*Reset*/
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;
}

body {
	color:#59373C;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align:center;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	height:100%;
	margin:0 auto;
	max-width:800px;
	min-width:240px;
}

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

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

/* 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;
}

img {
	border:0;
	vertical-align:top;
}

/* 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 {
	vertical-align:middle;
}

small {
	line-height:1.1;
	color: #FFF;
}

/*回り込み縦幅確保*/
.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* for MacIE5 \*//*/
.clearfix {height: auto;overflow: hidden;}
/* end */

.clearboth {
	clear:both;
}

/*--------------------------------------------------------------header*/
header h1 {
	color:#FF6666;
	line-height:1.2;
}
.headerTxt {
	font-size:10px;
	line-height:1.2;
	text-align: left;
	padding: 4px;
	background-color: #F4F2EC;
}
#commonHeader {
	background-image: url(../images/common_image_bg.gif);
	background-repeat:repeat-x;
}

/*お問合せバー*/
.contactMenu {
	text-align:center;
	margin:0 auto;
	background-image: url(../images/contactbar_bg.gif);
	background-repeat: repeat-x;
	position:relative;
	overflow:hidden;
	clear: both;
}
.contactMenu ul {
	position:relative;
	float:left;
	list-style:none;
	left:50%;
}
.contactMenu li {
	position:relative;
	float:left;
	left:-50%;
}

/*ヘッダメニュー*/
#headerNav {
	clear:both;
	padding: 10px 7px;
}
#headerNav ul {
	text-align: center;
}
#headerNav li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px #808080;
	-moz-box-shadow: 0px 0px 3px #808080;
	box-shadow: 0px 0px 3px #808080;
	background-image: -moz-linear-gradient(top, #FFC0CB, #FF82AB);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFC0CB), color-stop(1.0, #FF82AB));	border: 1px solid #FF82AB;
	margin: 3px;
	width:30%;
}
#headerNav li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:5px;
	text-align:center;
}
#headerNav li:nth-child(4) {
	clear:left;
}

/*パンくず*/
nav.pankuzuNav {
	clear: both;
	text-align:left;
	background-color:#E3DDDD;
	padding: 0 10px;
}
.pankuzuNav ul {
	list-style:none;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	background-color:#FFFFFF;
	margin:5px 0;
	padding: 0 5px;
	text-wrap: none;
	overflow: hidden;
	width: 74%;
}
.pankuzuNav ul li {
	display: inline;
	background-image: url(../images/pankuzu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 10px;
	line-height: 3em;
	font-size:10px;
}
.pankuzuNav ul li:last-child {
	background-image: none;
	margin-right: 0;
	padding-left: 0;
}
.pankuzuNav ul li a {
	text-decoration: none;
}
.pankuzuPlink {
	float:left;
	display: block;
	margin: 5px 0 5px 10px;
}

/*--------------------------------------------------------------footer*/
footer {
	padding-bottom: 48px;
}
.footerTxtMidashi {
	background-color:#FF82AB;
	color: #FFF;
	font-size: 12px;
	padding: 4px;
	margin: 10px 0 0 0;
}
.footerContentsBox {
	background-color: #F4F2EC;
	padding: 5px 0;
}
.footerContentsBox p {
	line-height: 1;
	margin: 5px 0 0 0;
}

.footerListMenu {
	padding:10px 15px;
}
.footerListMenu h1 {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0px 0px 3px #808080;
	-moz-box-shadow: 0px 0px 3px #808080;
	box-shadow: 0px 0px 3px #808080;
	background-image: -moz-linear-gradient(top, #FF82AB, #FFC0CB);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FF82AB), color-stop(1.0, #FFC0CB));
	border-right: 1px solid #FF82AB;
	border-top: 1px solid #FF82AB;
	border-left: 1px solid #FF82AB;
	line-height:1;
	padding:10px;
	color:#FFFFFF;
}
.footerListMenu ul {
	list-style:none;
}
.footerListMenu li {
	-webkit-box-shadow: 0px 0px 3px #808080;
	-moz-box-shadow: 0px 0px 3px #808080;
	box-shadow: 0px 0px 3px #808080;
	background-image: -moz-linear-gradient(top, #FFFFFF, #F1F1F1);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #F1F1F1));
	background-color: #DDDDDD;
	text-align: left;
	border-right: 1px solid #FF82AB;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FF82AB;
	display:block;
}
.footerListMenu li.listend {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius:  0 0 5px 5px;
	border-bottom: 1px solid #FF82AB;
}
.footerListMenu li a {
	display:block;
	padding: 13px 10px;
	text-decoration:none;
	color: #633;
}
.footerListMenu li a div {
	background-image:url(../images/ui-list-arrow-bg.png);
	background-position:right center;
	background-repeat:no-repeat;
	-moz-background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-o-background-size:16px 16px;
	-ms-background-size:16px 16px;
}

.footerCopyright {
	background-color:#FF82AB;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 5px 0;
}

/*端末切り替えバー*/
.dispSwitch {
	clear:both;
	background-color:#ffffff;
}
.dispSwitch ul {
	padding:15px 0 0 0;
	text-align:center;
	display:table;
	margin:0 auto;
}
.dispSwitch li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0;
	padding:0;
}
.dispSwitch li a,
.dispSwitch li span {
	display:block;
	width:8em;
	border:1px solid #999999;
	padding:7px 0;
	text-align:center;
}
.dispSwitch li span {
	background: -moz-linear-gradient(top,
		#CCC,
		#ffffff
	);
	background: -webkit-gradient(linear,left top,left bottom, 
		from(#CCC), 
		to(#ffffff)
	);
	text-shadow:1px 1px #333333;
}
.dispSwitch li:first-child a {
	border-right:none;
  -webkit-border-radius: 6px 0 0 6px; 
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
	background: -moz-linear-gradient(top,
		#76adfc,
		#295ab2
	);
	background: -webkit-gradient(linear,left top,left bottom, 
		from(#76adfc), 
		to(#295ab2)
	);
	color:#ffffff;
	text-shadow:-1px -1px #333333;
}
.dispSwitch li:last-child a {
	border-left:none;
	-webkit-border-radius:  0 6px 6px 0;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius:  0 6px 6px 0;
	background: -moz-linear-gradient(top,
		#76adfc,
		#295ab2
	);
	background: -webkit-gradient(linear,left top,left bottom, 
		from(#76adfc), 
		to(#295ab2)
	);
	color:#ffffff;
	text-shadow:-1px -1px #333333;
}

/*--------------------------------
フッター固定メニュー
---------------------------------*/
ul.footer_menu {
	margin: 0 auto;
	padding: 11px 0;
	width: 100%;
	overflow: hidden;
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
 
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
  line-height: 15px;
	box-sizing: border-box;
	vertical-align: middle;
}
ul.footer_menu li:nth-of-type(1),
ul.footer_menu li:nth-of-type(2){
	border-right: 1px solid #cecece;
}
 
ul.footer_menu li a i{
	font-size: 21px;
	margin-right: 6px;
}
 
ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #ff90b2;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*--------------------------------------------------------------fontstyle*/
.fsLL{font-size: 1.4em;}
.fsL{font-size: 1.2em;}
.fsS{ font-size: .8em; }
.fsSS{ font-size: .7em; }

.txtCneter {
	display:block;
	text-align:center;
}
