/*
Theme Name: konomanga
Theme URI: 
Author: headz
Author URI: http://wordpress.org/
Version: 1.0
License: 
License URI: 
Tags: konomanga
*/

@charset "UTF-8";
@import "css/reset.css";
@import "css/common.css";
@import "css/content.css";
@import "css/sp.css";
@import "css/style.css";




/*---------------------------------------
PC表示用追加CSS
---------------------------------------*/
/* トップ */
#recommendArea_info li {
  padding-right: 0;
}

/*フォーム用サンプルCSS*/
.contact-form div {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.contact-form div .clear-form {
  margin-bottom: 0;
}

.contact-form div input,
.contact-form div textarea {
  font-size: 1em;
  padding: 3px;
}

.contact-form div select {
  font-size: 1.6em;
}

.contact-submit input {
  font-size: 1.4em;
}


#contentBody img.size-full {
  box-sizing: inherit;
}


/*---------------------------------------
SP表示用追加CSS
---------------------------------------*/
@media only screen and (max-width:640px){
/* SP表示用のCSSはこの中に追加してください */
  #contentBody img.size-full {
 		 box-sizing: border-box;
	}
  
}



/*---------------------------------------
ティザーページ
---------------------------------------*/
html {
	height: 100%;
}

#teaser {
	height: 100%;
}

#teaser {
	min-width: 990px;
	min-height: 642px;
	position: relative;
}

#teaser img {
	vertical-align: bottom;
}

#teaser_header {
	min-width: 990px;
	margin: 0 0 20px !important;
	padding: 0;
}

#teaser_header #header_content {
	width: auto;
	height: 22px;
  margin: 0 !important;
	padding: 10px 15px;
	overflow: hidden;
}

#teaser_sns {
	margin-right: -5px;
	float: right;
}

#teaser_content {
	width: 960px;
	height: 560px;
	text-align: center;
	margin: -301px 0 0 -480px;
	padding: 42px 0 20px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#teaser_content div {
	display: inline-block;
	position: absolute;
}

#teaser_btn {
	position: absolute;
	top: 412px;
	right: 20px;
}

/*test*/