@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://wonder-hero.net
 * File name: contents.css
 * Summary:   ページ・コンテンツごとの固有スタイル
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    main
 *     =2    About
 *     =3    News
 *     =4    Event
 *     =5    Molding
 *     =6    Author
 *     =7    Inquiry
 *
 * ===============================================================
*/



/** =1
 * ========================================
 * main
 * ========================================
 */

#main {
}



/** =2
 * ========================================
 * About
 * ========================================
 */

#About {
	background: rgba(255,255,255,0.1);
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	bottom: 0;
}


/** =3
 * ========================================
 * News
 * ========================================
 */

#News {
	background: rgba(255,255,255,0.4);
}
#News dt .day{
	display: block;
	font-size: 60%;
	font-weight: bold;
}
#News dd.url a{
	padding: 0.5em 1em 0.5em 2em;
	background: #cc9933;
	color: #FFF;
	font-weight: bold;
	position:relative;
	border-radius: 3px;
}
#News dd.url a:hover{
	background: #ffcc00;
}
#News dd.url a:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:0.7em; 
	left:1em; 
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #FFF;
}


/** =4
 * ========================================
 * Event
 * ========================================
 */

#Event {
	background: url(../src/image/common/bg_top.png) no-repeat center top;
	background-size:contain;
	background-size:100% auto;
}
#Event dl{
	display: block;
	clear: both;
	padding-left: 20px;
	margin-bottom: 1.5em;
	line-height: 1.4;		
	position:relative;
}
#Event dl:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:0.7em; 
	left:0.5em; 
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #cc3333;
}
#Event dt{
	font-size: 200%;
	font-weight: bold;
	width: 7em;
	float: left;
	margin-top: -0.1em;
}

#Event li{
	margin-left: 25px;
	list-style-type: disc;
}



#Event li strong{
	display: inline-block;
	width: 19em;
	float: left;
}
#Event li .day{
	font-weight: bold;
	display: inline-block;
	width: 6.5em;
}
#Event li .release{
	display: inline;
}
#Event .booth,
#Event .next,
#Event .toranoana,
#Event .fromagee{
	display: inline-block;
	color: #FFFFFF;
	padding: 2px 5px;
	line-height: 1;
	font-size: 70%;
	font-weight: bold;
}
#Event .booth{		background: #CCCCCC;}
#Event .next{		background: #3399cc;}
#Event a.booth{		background: #fc4d50;}
#Event a.toranoana{	background: #ffb531;}
#Event a.fromagee{	background: #FF8BAB;}


	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 639px) {
		#Event li{
			margin-left: 0px;
			margin-bottom: 1em;
		}
		#Event li strong{
			display: block;
			width: auto;
			float: none;
		}
		#Event li .release{
		}

	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 640px) {
	}
	
	
	
/** =5
 * ========================================
 * Molding
 * ========================================
 */

#Moldings {
	background: rgba(3,24,38,0.9);
	color: #FFFFFF;
}
#Moldings li{
	margin-bottom: 40px;
}
#Moldings li span{
	display: none;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 639px) {
		#Moldings {
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 640px) {
		#Moldings li{
				width: 48%;
				float: left;
		}
		#Moldings li:nth-child(2n+1){
				margin-right: 4%;
		}
	}


body#Molding h3 {
	font-size: 200%;
	text-align: center;
	line-height: 1;
}
body#Molding h3 span{
	font-size: 50%;
	text-align: center;
}

body#Molding li{
	margin-bottom: 40px;
}
body#Molding li span{
	display: none;
}

/* 見本 */
body#Molding .explain{
	max-width: 500px;
	margin: 0 auto 30px;
}

body#Molding li{
	width: 50%;
	float: right;
}
body#Molding li:nth-child(2n+1){
	margin-right: 0%;
}
body#Molding li:first-child{
	float: left;
}





/** =6
 * ========================================
 * Author
 * ========================================
 */

#Author {
	background: rgba(255,255,255,0.65);
}
#Author p {
	background: url(../src/image/home/author_prof.jpg) no-repeat left bottom;
	background-size: 20%;
	padding-left: 25%;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 639px) {
		#Author p {
			background: url(../src/image/home/author_prof.jpg) no-repeat left top;
	background-size: 20%;
		padding-left: 25%;
		font-size: 80%;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 640px) {
	}



/** =7
 * ========================================
 * Inquiry
 * ========================================
 */

#home #Inquiry {
	background: url(../src/image/common/bg_bottom.png) no-repeat center bottom;
	background-size:contain;
}

#Inquiry.confirm .l-main {
	background: url(../src/image/common/bg_top.png) no-repeat center top;
	background-size:contain;
}
#Inquiry.confirm .l-article {
	background: url(../src/image/common/bg_bottom.png) no-repeat center bottom;
	background-size:contain;
}
#Inquiry h3{
	text-align: center;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 639px) {
		#Inquiry {
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 640px) {
		#Inquiry {
		}
	}












