﻿@charset "utf-8";

/*
=================================================

　                Home CSS

ホームのみ適用されるCSSです
=================================================
*/


/* sprites
--------------------------------------------- */

#mainVisual .mvNav .icon,
#main #fbPage h1,
#main .twitterBtn a
{
	background-image: url(../images/base/sprites_01.png);
	background-repeat: no-repeat;
}


/* mainVisual
--------------------------------------------- */

#mainVisual {
	position: relative;
	background: #4784c7;
	border-bottom: 1px solid #999;
	margin: 1px 0px 0px;
	overflow: hidden;
}

	#mainVisual #mvContainer {
	position: relative;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	}

	#mainVisual .topImage {
		position: absolute;
		width: 1200px;
		height: 300px;
		top: 0;
		left: -120px;
		z-index: 51;
	}

#topImageSP {
	display: none;
}


/* homeMainBanner
--------------------------------------------- */

#main .homeMainBanner li {
	margin-bottom: 20px;
}

#main .homeMainBanner li a:hover img {
		opacity: 0.6;
		-ms-filter: "alpha( opacity=60 )";
		filter: alpha( opacity=60 );
		-moz-opacity:0.6;
}

#main .homeMainBanner li.infoSP {
	display: none;
}

/* contents
--------------------------------------------- */

#wrapper #main {
	float: none;
	width: auto;
	padding-bottom: 3.2em;
}

#main #contentsWrapper {
	zoom: 1;
}
#main #contentsWrapper:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#main #contentsWrapper.layout01 #contents01 {
	float: left;
	width: 712px;
}

#main #contentsWrapper.layout01 #contents02 {
	float: right;
	width: 224px;
}
	

/* homeScene
--------------------------------------------- */

#main #homeSection {
	clear: both;
}

#main #homeSection h2 {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.3em;
	border-left: 10px solid #C6002E;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}

#main #homeSection .homeSceneBox {
	width: 100%;
}

#main #homeSection .homeSceneBox .homeSceneBox01 {
	float: left;
	margin: 0px 0px 20px;
}

#main #homeSection .homeSceneBox .homeSceneBox02 {
	float: right;
	margin: 0px 0px 20px;
}

#main #homeSection .homeSceneBox .message {
	float: left;
	font-size: 160%;
	font-weight: bold;
	color: #C6002E;
	line-height: 1.5em;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-left: 20px;
}

#main #homeSection .homeSceneBox a:hover img {
		opacity: 0.6;
		-ms-filter: "alpha( opacity=60 )";
		filter: alpha( opacity=60 );
		-moz-opacity:0.6;
	}

/* topSummary
--------------------------------------------- */

#main #topSummary {
	margin-bottom: 20px;
}

	#main #topSummary .sectionContents {
		overflow: hidden;
		width: 100%;
		zoom: 1;
	}

	#main #topSummary .sectionContents .post {
		float: left;
		width: 224px;
		margin: 0 0 0 20px;
	}

	#main #topSummary .sectionContents .post:first-child {
		margin-left: 0;
	}

/* figure */
#main #topSummary .post a figure {
	float: none;
}

/* postContents */
#main #topSummary .post a .postContents {
	padding: 1.6em 0 .8em;
}

	#main .summary .post a .postContents h1 {
		padding-left: 0;
		font-size: 160%;
	}

	#main .summary .post a .postContents p.function,
	#main .summary .post a .postContents p.summary {
		padding-left: 0;
		font-size: 140%;
	}

	#main #topSummary .post a .postContents p.moreLink {
		text-align: right;
		padding-left: 0;
		font-size: 140%;
	}

/* patent */
#main #homeSection .patent {
	background: #F5F2EC;
	margin: 0px 0px 30px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #CCC;
}

#main #homeSection .patent:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#main #homeSection .patent .patentImage {
	float: right;
	margin-left: 20px;
}

#main #homeSection .patent h2.patentTitle {
	font-size: 180%;
	color: #C6002E;
	line-height: 1.3;
	margin-bottom: 15px;
}

#main #homeSection .patent p.patentTxt {
	font-size: 130%;
	line-height: 1.5;
}

/* topHeadline
--------------------------------------------- */

#main #topHeadline {
	clear: both;
}

	#main #topHeadline .sectionHeader {
		margin-bottom: 0;
		padding: .8em 0;
		background-color: transparent;
	}

	#main #topHeadline .sectionHeader h1 {
		margin-top: .4em;
		font-size: 180%;
	}


/* banner
------------------------------------------------- */

#main .contents .banner {
	margin-bottom: 1.6em;
}

	#main .contents .banner p {
	margin: 0px 0px 15px;
	}
	
	#main .contents .banner p.blogText {
	font-size: 140%;
	line-height: 1.4em;
	text-align: left;
	}
	
	#main .contents .banner p.blogText img {
	margin: 5px 0px;
	}

#main .contents .banner a:hover img {
		opacity: 0.6;
		-ms-filter: "alpha( opacity=60 )";
		filter: alpha( opacity=60 );
		-moz-opacity:0.6;
	}


/* fullbrowser END
================================================ */


/* tablet START
================================================ */
@media only screen and (min-width: 732px) and (max-width: 980px) {


#wrapper #main {
	padding-bottom: 0;
}

#mainVisual {
	width: auto;
	overflow: hidden;
}

	#mainVisual #mvContainer {
		width: 712px;
		height: 216px;
	}

	#mainVisual .topImage {
		left: -72px;
	}

		#mainVisual .topImage img {
			width: 864px;
			height: auto;
		}
		
#document #main #contentsWrapper #contents01 {
	float: none;
	width: auto;
	margin: 0;
}

#document #main #contentsWrapper #contents02 {
	float: none;
	width: auto;
	margin: 0 0 3.2em;
}

	#document #main #contentsWrapper #contents02 .banner {
	float: left;
	width: 224px;
	margin: 0 0 0 20px;
	}

	#document #main #contentsWrapper #contents02 .banner:first-child {
		margin-left: 0;
	}

}
/* tablet END
================================================ */


/* smartPhone START
================================================ */
@media only screen and (max-width: 731px) {

#wrapper {
	padding-bottom: 0;
}

#wrapper #main {
	padding-bottom: 0;
}

#mainVisual {
	display: none;	
}

#topImageSP {
	display: block;
	width: 100% !important;
	height: auto !important;
}

	#topImageSP img {
			position: static !important;
			width: 100% !important;
			height: auto !important;
		}
		
#main .homeMainBanner {
	padding: 0px 10px;
}

#main .homeMainBanner li {
	width: 100% !important;
	height: auto !important;
}
#main .homeMainBanner li.info {
	display: none;
}


/*---2016.03.31追加---*/
#main .homeMainBanner li.info_show {
	display: block;
}


#main .homeMainBanner li.infoSP {
	display: block;
}

#main .homeMainBanner li img {
	position: static !important;
	width: 100% !important;
	height: auto !important;
}

#main #homeSection {
	padding: 0px 10px;
}

#main #homeSection h2 {
	font-size: 200%;
}

#main #homeSection .homeSceneBox .homeSceneBox01,
#main #homeSection .homeSceneBox .homeSceneBox02 {
	float: none;
}

#main #homeSection .homeSceneBox img {
	position: static !important;
	width: 100% !important;
	height: auto !important;
}

#main #homeSection .homeSceneBox .message {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
}

#main #homeSection .patent {
	margin: 0px 0px 20px;
}

#main #homeSection .patent .patentImage {
	float: right;
	margin: 0px 0px 10px 10px;
}

#document #main #contentsWrapper #contents01 {
	float: none;
	width: auto;
	margin: 0;
}

#document #main #contentsWrapper #contents02 {
	float: none;
	width: auto;
	margin: 0 0 3.2em;
}

#document #main #contentsWrapper #contents03 {
	width: auto;
	margin: 0;
}

#wrapper #main .section .sectionHeader {
	padding: 1em;
}

#main #topSummary {
	border-top: 1px solid #CCC;
}

#main #topSummary .sectionHeader {
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
}

#main #topSummary .sectionContents .post {
	float: none;
	width: auto;
	margin: 0 !important;
	border-width: 0 0 1px;
}

	#main #topSummary .sectionContents .post a figure {
		float: left;
		width: 100px !important;
		height: 75px !important;
		margin: 0 1em 1em 0;
	}

#main #topHeadline .sectionHeader {
	padding-left: 1em;
	padding-right: 1em;
}

	#main #topHeadline .sectionHeader h1 {
		margin-top: .2em;
		font-size: 200%;
	}

#main .contents .banner {
	margin: 0 1em 1em;
}

#document #main #contentsWrapper #contents02 .banner {
	width: 300px;
	margin: 0px auto;
	}
	
	#document #main #contentsWrapper #contents02 .banner img {
			position: static !important;
			width: 100% !important;
			height: auto !important;
		}

}
/* smartPhone END
================================================ */