@charset "utf-8";

/* --------------
 reset
-------------- */
input,select,textarea {max-width:95% !important;}
h1,h2,h3,h4 {font-size:100%;}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
/*iframe {max-width:100% ; border:0;}*/

/* --------------
 base
-------------- */
body {font-size: 16px;
	background-size:200% 120%;}
.ifpc {display: none;}

@media screen and (max-width: 320px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}

@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	body {background-size:100% auto;}
}


h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;margin:10px 0;}
h3 {font-size: 1.1em;margin:10px 0;}

/* =base
---------------------------------------------------- */
#wrapper{
	width:100%;
	margin:0 auto;
}


@media screen and (max-width: 320px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}


/* =contents
------------------------------------------ */
.cont {
	margin:auto;
	margin-bottom: 10px;
	min-height: 100px;
	max-width:1000px;
	word-wrap:break-word;
}




.spclm2 > .fll {
	float: left;
	width: 49.5%;
	margin-right: 1% !important;
}
.spclm2 > .fll:nth-child(2n) {
	margin-right: 0 !important;
}
.spclm2 > .fll:nth-child(2n+1) {
	clear: both;
}



.spclm3 > .fll {
	float: left;
	width: 32%;
	margin-right: 1.9% !important;
}
.spclm3 > .fll:nth-child(3n) {
	margin-right: 0 !important;
}
.spclm3 > .fll:nth-child(3n+1) {
	clear: both;
}




.movieList > li {
	float: left;
	width: 49.5%;
	margin-right: 1% !important;
}
.movieList > li:nth-child(2n+1) {
	margin-right: 0 !important;
}
.movieList > li:nth-child(2n+2) {
	clear: both;
}
.movieList > li:first-child {
	width: 100%;
	margin-right: 0% !important;
}



.contTtl {
	font-size: 1.5em;
	height: 50px;
	line-height: 50px;
	margin: 15px 30px;
	
	position: relative;
	
	background: #cd0002;
	color: #fff;
	
}
.contTtl:before,
.contTtl:after {
	content: '';
	width: 0;
	height: 0;

	position: absolute;
	
	border: transparent solid 30px;
	border-top-width: 25px;	
	border-bottom-width: 25px;	
}
.contTtl:before {
	top: 0;
	left: -60px;
	border-right-color: #cd0002;
}

.contTtl:after {
	top: 0;
	right: -60px;
	border-left-color: #cd0002;
}



.mihodaiCont h3 {
	font-size: 1.0em;
}

.bnrBox {
	padding: 20px 5px;
}


/* 各シェアボタン */


.sclTw,
.sclFb,
.sclLINE,
.sclGgl {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin: auto 1%;
	margin-bottom: 10px;
}


/* =column
---------------------------------------------------- */
/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
	right: 5px;
	bottom: 5px;
}

#pageTop a {
	width: 30px;
	height: 30px;
	background-size: 30px;
}

/* =twitter timeline
-------------------------------------------------------------- **/

.twTL{
	max-width:320px !important;
	margin:0 auto;
	overflow-x:hidden;
}

.twTL #twitter-widget-1{
	max-width:320px !important;
}



.introTxt {
	font-size: 5vmin;
}

/* =intro
---------------------------------------------------- */