@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Tenor+Sans|Belleza);
@import url(//fonts.googleapis.com/css?family=Roboto);

/* base */
/*----------------------------------------------------*/
*{margin:0;padding:0;border:none;}
body {
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;/* IE7 */
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;/* IE6 */
	font-size:11px;
	*font-size:82%;
	line-height:1.7;
}

/*
Page of Category
*/
.fs_p{font-family: 'Tenor Sans',"メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;}
.fs_c{font-family: 'Belleza',"メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;}
#top_cat li span.name{font-family: 'Tenor Sans',"メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;}


/* clearfix */
/*----------------------------------------------------*/
.c:after,
#contents:after,
.contents:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.c,
#contents,
.contents{
  overflow:hidden;
}


/* common */
/*----------------------------------------------------*/
/* layout */
.full_contents{
	width: 100% !important;
}
/* padding margin */
.ptS{padding-top: 10px !important;}
.pbS{padding-bottom: 10px !important;}
.plS{padding-left: 10px !important;}
.prS{padding-right: 10px !important;}
.ptM{padding-top: 25px !important;}
.pbM{padding-bottom: 25px !important;}
.plM{padding-left: 25px !important;}
.prM{padding-right: 25px !important;}
.ptl{padding-top: 35px !important;}
.pbL{padding-bottom: 35px !important;}
.plL{padding-left: 35px !important;}
.prL{padding-right: 35px !important;}
.mtnone{margin-top: 0 !important;}
.mtS{margin-top: 10px !important;}
.mbS{margin-bottom: 10px !important;}
.mlS{margin-left: 10px !important;}
.mrS{margin-right: 10px !important;}
.mtM{margin-top: 25px !important;}
.mbM{margin-bottom: 25px !important;}
.mlM{margin-left: 25px !important;}
.mrM{margin-right: 25px !important;}
.mtL{margin-top: 32px !important;}
.mtLL{margin-top: 48px !important;}
.mbL{margin-bottom: 32px !important;}
.mlL{margin-left: 32px !important;}
.mrL{margin-right: 32px !important;}
.mbL{margin-bottom: 80px !important;}
/* float */
.ftL{float: left;}
.ftRr{float: right;}
/* text-align */
.taC{text-align: center !important;}
.taR{text-align: right !important;}
/* width */
.wfl{width: 100% !important;}
/* border */
.bbc{border-bottom: 1px dotted #444;}
.blc{border-left: 1px dotted #444;}
.bb1{border-bottom: 1px dotted #34AC98;}
.bl1{border-left: 1px dotted #34AC98;}
.btn{border-top: none !important;}

/* color */
h1,h2,h3,.ttl{color:#000;}
em{color:#dd3300;text-decoration:none;font-style: normal;}
strong{font-weight: bold;}
/* link */
a{color:#000;text-decoration: none;}
a:hover,
a:active,
a:focus
{color:#000;text-decoration: underline;}
/* style */
.caption{
	padding:2% 0;
	color:#888;
	font-size:12px;
}



/* contents */
/*----------------------------------------------------*/
img{vertical-align: top;}
input{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
}
img {
    border: none;
}
p {
	margin:0;
	padding:0;
	color:#333;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
a {
	border:none;
	text-decoration:none;
}



