@charset "utf-8";

/* ----- charset & import */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Asap+Condensed);

/* ----- dom */
html {
	color: #222;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;}
body {
	font-family: Roboto,'游ゴシック',YuGothic,'メイリオ','Meiryo',sans-serif;
	background: url('../images/bg.jpg') 0 0 no-repeat;
	background-size:cover;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.25em;}
h3 {font-size: 1.125em;}
h4 {font-size: 1em;}
h1,h2,h3,h4 {line-height: 1.4;}

/* ----- size */
.fze {width: 100%;}
.mze {width: 1100px;margin: 0 auto;}
.col2 {width: 48%;}
.col3 {width: 32.5%;}
.col4 {width: 24%;}
.areaside {
	width: 240px;
	font-size: 90%;
	float: right;}
.areamain {
  width: 740px;
	float: left;}

/* ----- typography */
.t-xl {font-size: 1.5em;}
.t-ml {font-size: 1.25em;}
.t-l {font-size: 1.125em;}
.t-s {font-size: 0.75em;}
.t-xs {font-size: 0.625em;}
.lhr {line-height: 1.2;}

/* ----- spacing */
.mblock {margin: 2em 0!important;}
.pblock {padding: 2em 0!important;}

.mreset {margin: 0;}
.mt10 {margin-top: 0.625em!important;}
.mt20 {margin-top: 1.25em!important;}
.mt30 {margin-top: 1.875em!important;}
.mb10 {margin-bottom: 0.625em!important;}
.mb20 {margin-bottom: 1.25em!important;}
.mb30 {margin-bottom: 1.875em!important;}

.preset {padding: 0;}
.pt10 {padding-top: 0.625em!important;}
.pt20 {padding-top: 1.25em!important;}
.pt30 {padding-top: 1.875em!important;}
.pb10 {padding-bottom: 0.625em!important;}
.pb20 {padding-bottom: 1.25em!important;}
.pb30 {padding-bottom: 1.875em!important;}

/* ----- position */
.vat {vertical-align: top;}
.vam {vertical-align: middle;}
.vab {vertical-align: bottom;}
.fl {float: left;}
.fix {margin: 0 auto;}
.fr {float: right;}
.pr {position: relative;}
.pa {position: absolute;}
.ta-l {text-align: left;}
.ta-c {text-align: center;}
.ta-r {text-align: right;}
.vs-v {visibility: visible;}
.vs-h {visibility: hidden;}

/* ----- image */
.imgicon {margin: -0.5em 0 0 0;padding: 0 .125em 0 .125em;vertical-align: middle;}
.imgleft {margin: 0 .5em .5em 0;float: left;}
.imgright {margin: 0 0 .5em .5em;float: right;}
.imgbox {padding: .25em;border: 1px solid #ccc;}
.imgframe {max-width: 50%;padding: .25em;border: 1px solid #ccc;}

/*.addcursol a:after {
	content: "";
	top:40%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;}*/

/* ----- pagenation */
.pagination {text-align: center;}
.pagination a {
	width: auto;
	margin: 0;
	padding: 0 .375em;
	display: inline-block;}
.pagination .current {
	padding: .25em .375em .3125em .375em;
	background: #38b900;}
.page-numbers,.pagination .current {border: 1px solid #ddd;}

/* ----- crumb */
.crumb {
	margin: 0 0 1em 0;
	font-size: 90%;}
.crumb span{margin: 0 1em 0 0;display: inline-block;}
.crumb span:last-child{color: #F57F17;}

/* ----- tinyMCE */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	_height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	margin-right: 20px;
	margin-top: 4px;
	display: inline;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 20px;
	margin-top: 4px;
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	clear: both;
	display: block;
}
.alignnone,
img.alignnone {
	margin-top: 4px;
}

/* ----- clear */
.txt-indent-clear {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;}
.clearfix:after {
	clear: both;}
.clearfix {
	*zoom: 1;}

  /* ----- responsive */
  .pconly {display:block;}
  .sponly {display:none;}
  @media only screen and (max-width: 668px) {
  	.sponly {display:block;}
  	.pconly {display:none;}
		html {font-size: 90%;}
  	img {
  		max-width: 100%;
  		height: auto;}
		.mze {width: 95%;margin:0 auto;}
		.areamain,.areaside,.col2,.col3,.col4 {width: 100%;}
		.areamain,.areaside {float: none;}
  }
