@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body{
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "ゴシックMB101 M", 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	line-height:1.5;
	background-image: url(../images/background.png);
	background-position: 0 0;
	background-repeat: repeat;
}

#wrapper{
	width: 100%;
	height: auto;
	background-color: #fff100;
	position: relative;
}

#mainTitle{
	margin: 0 0 1em;
	font-family: "新丸ゴ B";
	font-size: 1.5rem;
	display: block;
/*	border: 3px solid #f18d00;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px; */
	overflow: hidden;
	background-color: #fff;
	background-image: linear-gradient(
		-45deg,
		rgba(221, 221, 221, .8) 25%,
		transparent 25%,
		transparent 50%,
		rgba(221, 221, 221, .8) 50%,
		rgba(221, 221, 221, .8) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
}

#mainTitle span{
	height: 60px;
	padding: 16px 0;
	color: #a70001;
	display: block;
	background-image: url(../images/icon_list.svg);
	background-size: 50px auto;
	background-position: 8px;
	background-repeat: no-repeat;;
}

/*--------------------
navigation
--------------------*/
#globalnav {
	padding: 0;
}
#globalnav ul {
	padding: 10px 0 6px 0;
	width: 1240px;
	text-align: center;
	background-color: #fff100;
}
#globalnav ul li{
	font-family: "新丸ゴ M";
	font-size: 1.2rem;
	margin: 0 0.5em;
	padding-left: 50px;
	letter-spacing: 0.2em;
	line-height: 1em;
	background-image: url(../images/list_icon.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	list-style: none;
	display: inline;
}
#globalnav ul li.off{
	color: #333;
}

.navbar-header button{
	color: #fff;
	font-family: "新丸ゴ B";
	border: 1px solid #fff;
	border-radius: 4px;
}


/*--------------------
contetns
--------------------*/
#contents {
	width: 95%;
	margin: 0 auto 20px auto;
	background: #fffdef;

	border-right: 12px solid #aaa;
	border-bottom: 12px solid #aaa;
	border-left: 12px solid #aaa;
	border-radius: 0 0 40px 40px;           /* CSS3草案 */
	-webkit-border-radius: 0 0 40px 40px;   /* Safari,Google Chrome用 */
	-moz-border-radius: 0 0 40px 40px;      /* Firefox用 */

	position: relative;
}

.sectionInner {
	margin: 0 auto;
	padding: 0 10px;
}

/*--------------------
footer
--------------------*/
footer{
	width:100%;
	background:#f18d00;
	text-align:left;
	padding:7px 0;
}


footer .sectionInner .snsArea{
	padding-top:7px;
}
footer .sectionInner .snsArea ul{
	padding: 0;
	list-style:none;
}
footer .sectionInner .snsArea ul li{
	float:left;
	margin-right: 10px;
}
footer .sectionInner .snsArea ul li.tweet{
	margin-top: 4px;
}
footer .sectionInner .snsArea ul li.like{
}
footer .sectionInner .snsArea ul li.google{
	width:70px;
	margin-top: 4px;
}
footer .sectionInner .snsArea ul li.hatena{
	margin-top: 4px;
}
footer .sectionInner .snsArea iframe {
	margin: 0 !important;
}

footer p.copyright{
	color:#333;
	font-size: 0.65rem;
	margin:10px 0;
	padding: 2px 0 0 0;
}

#dp_swf_engine {display:none;}﻿

/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}


/* Fontsize
===========================================================*/
.fs10 {font-size: 77% !important;}
.fs11 {font-size: 85% !important;}
.fs12 {font-size: 93% !important;}
.fs13 {font-size: 100% !important;}
.fs14 {font-size: 108% !important;}
.fs15 {font-size: 116% !important;}
.fs16 {font-size: 124% !important;}
.fs17 {font-size: 131% !important;}
.fs18 {font-size: 139% !important;}
.fs19 {font-size: 147% !important;}
.fs20 {font-size: 154% !important;}
.fs21 {font-size: 162% !important;}
.fs22 {font-size: 170% !important;}
.fs23 {font-size: 177% !important;}
.fs24 {font-size: 185% !important;}
.fs25 {font-size: 193% !important;}
.fs26 {font-size: 200% !important;}

.lh15 {
	line-height: 1.5 !important;
}

.shinmaruR {	font-family: "新丸ゴ R"; }
.shinmaruM {	font-family: "新丸ゴ M"; }
.shinmaruB {	font-family: "新丸ゴ B"; }

/* Layout
===========================================================*/

.m00 { margin: 0px !important;}
.m-auto{ margin: 0 auto !important;}

.mt00 { margin-top: 0px !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb11 { margin-bottom: 11px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb13 { margin-bottom: 13px !important;}
.mb14 { margin-bottom: 14px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb16 { margin-bottom: 16px !important;}
.mb17 { margin-bottom: 17px !important;}
.mb18 { margin-bottom: 18px !important;}
.mb19 { margin-bottom: 19px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb21 { margin-bottom: 21px !important;}
.mb22 { margin-bottom: 22px !important;}
.mb23 { margin-bottom: 23px !important;}
.mb24 { margin-bottom: 24px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.mr00 { margin-right: 0px !important;}
.mr05 { 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;}
.mr40 { margin-right: 40px !important;}
.mr50 { margin-right: 50px !important;}

.ml00 { margin-left: 0px !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml13 { margin-left: 13px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}

.mlp1{ margin-left: 1% !important; }
.mlp2{ margin-left: 2% !important; }
.mlp3{ margin-left: 3% !important; }
.mlp4{ margin-left: 4% !important; }
.mlp5{ margin-left: 5% !important; }
.mlp6{ margin-left: 6% !important; }
.mlp7{ margin-left: 7% !important; }
.mlp8{ margin-left: 8% !important; }
.mlp9{ margin-left: 9% !important; }
.mlp10{ margin-left: 10% !important; }

.mtp1{ margin-top: 1% !important; }
.mtp2{ margin-top: 2% !important; }
.mtp3{ margin-top: 3% !important; }
.mtp4{ margin-top: 4% !important; }
.mtp5{ margin-top: 5% !important; }
.mtp6{ margin-top: 6% !important; }
.mtp7{ margin-top: 7% !important; }
.mtp8{ margin-top: 8% !important; }
.mtp9{ margin-top: 9% !important; }
.mtp10{ margin-top: 10% !important; }

.mbp1 { margin-bottom: 1% !important;}
.mbp2 { margin-bottom: 2% !important;}
.mbp3 { margin-bottom: 3% !important;}
.mbp4 { margin-bottom: 4% !important;}
.mbp5 { margin-bottom: 5% !important;}
.mbp6 { margin-bottom: 6% !important;}
.mbp7 { margin-bottom: 7% !important;}
.mbp8 { margin-bottom: 8% !important;}

.pd00 { padding:0 !important;}

.pt00 { padding-top:0 !important;}
.pt05 { 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;}
.pt40 { padding-top:40px !important;}
.pt50 { padding-top:50px !important;}
.pt70 { padding-top:70px !important;}
.pt80 { padding-top:80px !important;}
.pt100 { padding-top:100px !important;}

.pb00 { padding-bottom:0 !important;}
.pb05 { 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;}
.pb40 { padding-bottom:40px !important;}
.pb50 { padding-bottom:50px !important;}

.pr00 { padding-right:0 !important;}
.pr05 { 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;}

.pl00 { padding-left:0 !important;}
.pl05 { padding-left:5px !important;}
.pl10 { padding-left:10px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}

.tal { text-align: left !important;}
.tac { text-align: center !important;}
.tar { text-align: right !important;}

.vat { vertical-align: top !important;}
.vam { vertical-align: middle !important;}
.vab { vertical-align: bottom !important;}

.flR { float: right !important;}
.flL { float: left !important;}
.clear { clear: both !important;}

.bn  { border: none !important;}

.line15{ line-height: 15px !important;}

/* Display */

.none{ display: none;	 }
.bgnone{ background: none !important; }
.btnone{ border-top: none !important;	 }
.bbnone{ border-bottom: none !important;	 }

/* Shape */
.circle { border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; }


/**********************************************************************
.clearfix
**********************************************************************/
.clearfix:after,
#contents:after,
#contents section:after,
#contents .block:after,
footer ul:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix, #contents,
#contents section, #contents .block
footer ul {
	zoom: 1;
}
