/*-----------------
Start Common
-------------------*/
@font-face{
	font-family:robot;
	font-weight:normal;
	src:url("../font/Roboto-MediumItalic.ttf") format("TrueType");
}
@font-face{
	font-family:robot_italic;
	font-weight:normal;
	src:url("../font/Roboto-Italic.ttf") format("TrueType");
}
html.no-ie{
	margin-top: 0 !important;
}
html.front{
	height: 100%;
}
html.front body{
	height: 100%;
}
#wpadminbar{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	opacity: 0.5;
}
#wpadminbar:hover{
	opacity: 1;
}
body{
	margin:0;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position:relative;
	color: #000;
	font-size: 14px;
}
p,h1,h2,h3,h4,h5,h6,ul,dl,dt,dd,figure{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
a{
	text-decoration:none;
	color:#000
}
p{
	line-height:1.3em;
    word-break: break-all;
}
img{
	vertical-align:bottom;
	width:100%;
}
li{
	list-style:none;
}
.robot{
	font-family:'robot', sans-serif;
	font-weight:normal;
}
.robot_italic{
	font-family:'robot_italic', sans-serif;
	font-weight:normal;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.goth{
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cl:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
.trans{
	backface-visibility: hidden;
	transition:0.3s ease-out;
}
.trans:hover{
	opacity:0.8;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.wrap{
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
}
.wrap-short{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}
body:after{
	content:"pc";
	display:none;
}
figure {
	text-align: center;
	margin-bottom: 30px;
}
figure img{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
#breadcrumb{
	padding: 10px 0;
	box-sizing:border-box;
}
#breadcrumb .crumb{
	display: inline-block;
	font-size: 13px;
}
.underline_b{
	background: url(../img/base/ui14.png) center bottom no-repeat;
	padding-bottom: 10px;
	font-size: 24px;
	margin-bottom: 40px;
}
.underline_w{
	background: url(../img/base/ui15.png) center bottom no-repeat;
	padding-bottom: 10px;
	font-size: 24px;
	margin-bottom: 40px;
	color: #fff;
}
.bg_yellow{
	background: #fccf00;
}
.talign_center{text-align: center;}
.talign_left{text-align: left;}
.talign_right{text-align: right;}
/*デバイス*/
@media(min-width: 1px) and (max-width: 1000px){
}
@media(min-width: 1px) and (max-width: 940px){
	body:after{content:"mo"}
}
@media (min-width: 1px) and (max-width: 640px){
}
/*-----------------
End Common
-------------------*/
.pcv{display: block;}
.spv{display: none;}
.semisolid{
	text-align: center;
}
.semisolid a{
	background: #fccf00;
	border-radius: 30px;
	padding: 20px 40px;
	box-sizing:border-box;
	display: inline-block;
	font-size: 16px;
	min-width: 200px;
}
#page.index .semisolid a{
	padding: 11px 30px;
	margin: 0 10px 5px;
}
.semisolid.black a{
	background: #282828;
	color: #fccf00;
}
.semisolid a span{
	padding-right: 30px;
}
.ui07{
	background: url(../img/base/ui07.png) right center no-repeat;
	background-size: 20px 25px;
	padding-top: 3px;
    padding-bottom: 3px;
}
.ui09{
	background: url(../img/base/ui09.png) right center no-repeat;
	background-size: 29px;
	padding: 5px 0;
}
@media(min-width: 1px) and (max-width: 1000px){}
@media(min-width: 1px) and (max-width: 940px){}
@media(min-width: 1px) and (max-width: 640px){
	.pcv{display: none;}
	.spv{display: block;}
	#page.index .semisolid a{
		margin: 0 0 10px;
	}
}