@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------
TopPage
-----------------------------------------------------*/

#topMain {
	margin: 0 0 2em;
	padding: 0;
}

#topMain img {
	margin: 0 1em;
	padding: 0;
}

@media (max-width: 768px) {
#topMain img {
	width: 100%;
	height: auto;
	margin: 0;
}
}

@media (max-width: 414px) {
#topMain img {
	width: 100%;
	height: auto;
	margin: 0;
}
}

/*topNews*/
#topNews {
	margin-bottom:25px;
}

#topNews a ,#topNews a:link {
	color:#000;
}
#topNews a:hover , #topNews a:active {
	color:#000;
	text-decoration: none;
}

.home h2 {
	margin: 3em 0 1em -40px;overflow:hidden;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.2em 0 0.2em 40px;
	border-bottom: 1px solid #188b18;
	background: url('../images/bg_h2.png') no-repeat left center;
}


@media (max-width: 414px) {
.home h2 {
	width: 65%;
	letter-spacing: 0.1em;
}
}


.home p.viewAll {
	text-align: right;
	padding: 0.9em 0.5em 0;
}

.home p.viewAll a {
	background:url(../images/arrow_bl.png) left no-repeat;
	padding-left:7px;
}
.home ul li span.date {
	margin-right:3em;
	font-family: Meiryo, "メイリオ", sans-serif;
	font-size:107.8%;
}

.home .about {
	text-align: center;
}

/*-----------------------------------------------------
childPage
親ページでアイキャッチ画像とタイトル抜粋を表示する
-----------------------------------------------------*/
.home .childPage {
	margin: 2em 0.5em 2em 1em;
	float: left;
	width: 300px;
	height: 420px;
	padding: 0.5em;
	line-height:180%;
	position: relative;
	border: 2px solid #fff;
	border-radius: 10px;
	transition: 0.5s;
}


@media (max-width: 414px) {
.home .childPage {
	width: 90%;
	margin: 5px;
}
}



#topStory .childPage:hover {
	border: 2px solid #fff160;
}

#topLineup .childPage:hover {
	border: 2px solid #ff7600;
}

#topBlog .childPage:hover {
	border: 2px solid #ccff33;
}


body.page-id-12 #main .childPage:hover,
body.parent-pageid-12 #main .childPage:hover {
	border: 2px solid #00cc7f;
}

body.page-id-14 #main .childPage:hover,
body.parent-pageid-14 #main .childPage:hover {
	border: 2px solid #ff96c1;
}


.childPage p.readmore {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	padding: 0;
}

.childPage p.readmore a {
	padding: 1em;
	color: #000;
}

#topLineup .childPage p.readmore a:hover {
	background-color: #ff7600;
}

#topBlog .childPage p.readmore a:hover {
	background-color: #ccff33;
}

#topStory .childPage p.readmore a:hover {
	background-color: #fff160;
}

/*
アイキャッチ画像には、クラス wp-post-image が入る
*/

.home .childPage img.wp-post-image {
	margin: 0.5em 0;
}

/*
@media (max-width: 768px) {
.home .childPage img.wp-post-image {
	width: 100%;
	height: auto;
}
}
*/

@media (max-width: 414px) {
.home .childPage img.wp-post-image {
	width: 90%;
	height: auto;
}
}

.home .childPage h3 {
	font-size: 1.2em;
	padding: 5px 0;
	margin-bottom: 0.5em;
	overflow:hidden;
}
.home .childPage h3 a {
	color:#000;
	text-decoration:none;
}
.home .childPage h3 a:hover {
	color:#000;
}
.home .childPage p {
	overflow:hidden;
}

.home p.desc {
	text-align: center;
}

@media (max-width: 414px) {
.home p.desc {
	margin: 1em;;
}
}

/* 製品紹介 */
#topLineup h2 {
	background: url(../images/Note.png) center 5px no-repeat #fff;
	border: 3px solid #ff7600;
}

/* ストーリー */
#topStory h2 {
	background: url(../images/BookOpen.png) center 5px no-repeat #fff;
	border: 3px solid #fff160;
}

/* ブログ */
#topBlog h2 {
	background: url(../images/Blog.png) center 5px no-repeat #fff;
	border: 3px solid #ccff33;
}

/* ストア 
#topLineup h2 {
	background: url(../images/ShoppingCart.png) center 5px no-repeat #fff;
	border: 3px solid #1ec0ff;
}
*/

/*-----------------------------------------------------
newsitem
-----------------------------------------------------*/
#topNews .newsitem {
	float: left;
	width: 280px;
	margin-top: 0.7em;
	padding-right: 20px;
	line-height:180%;
}
/*
アイキャッチ画像には、クラス wp-post-image が入る
*/
#topNews .newsitem img.wp-post-image {
	float:left;
	margin-right:20px;
}
#topNews .newsitem h3 {
	font-size:110%;
	border-left: 2px solid #f00;
	padding: 0.5em 1em;
	margin-bottom:10px;
	overflow:hidden;
}
#topNews .newsitem h3 a {
	color:#000;
	text-decoration:none;
}
#topNews .newsitem h3 a:hover {
	color:#800000;
}
#topNews .newsitem p {
	overflow:hidden;
}

#topNews .newsitem h3 span.date {
	display: block;
	font-size: 90%;
}

#topNews .newsitem p.more {
	text-align: right;
	margin-top: 1em;
}


/*updateList*/
#updateList {
	margin: 3em 0;
}

#updateList a ,#updateList a:link {
	color:#800000;
}
#updateList a:hover , #updateList a:active {
	color:#800000;
	text-decoration:underline;
}

#updateList #updateListHead {
	overflow:hidden;
}
#updateList h2 {
	width: 450px;
	margin: 1em auto 0.5em;
	overflow:hidden;
	padding-bottom: 35px;
	background: url(../images/new_s.png) center bottom no-repeat;
	font-size:153.8%;
	font-weight: normal;
	text-align: center;
}
#updateList p.viewAll {
	float:right;
	padding-right:5px;
	font-family: Meiryo, "メイリオ", sans-serif;
	font-size:107.7%;
}
#updateList p.viewAll a {
	background:url(../images/arrow_bl.png) left no-repeat;
	padding-left:7px;
}
#updateList ul {
	margin: 0.5em auto;
	width: 500px;
}
#updateList ul li {
	border-bottom:1px dotted #f00;
	padding:10px 5px;
}
#updateList ul li span.date {
	margin-right: 1em;
	font-family: Meiryo, "メイリオ", sans-serif;
	font-size:107.8%;
}




#topRequest {
	margin: 3em 0;
}

#topRequest h2 {
	width: 450px;
	margin: 1em auto;
	overflow:hidden;
	padding-bottom: 35px;
	background: url(../images/info_s.png) center bottom no-repeat;
	font-size:153.8%;
	font-weight: normal;
	text-align: center;
}

#topRequest p {
	margin: 1em auto;
	width: 500px;
}

#topRequest .btn {
	text-align: center;
	margin-top: 0.5em;
}

#bnr {
	margin: 3em 0;
}

#bnr ul li {
	margin-bottom: 1em;
}

#topMain #key {
	height: 320px;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#topMain p#keymsg {
	float: left;
	width: 280px;
	font-size: 2em;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 1.2em 1em 1em;
}

#topMain #recentAction {
	float: right;
	width: 750px;
	margin-left: 1.5em;
}


#topMain #recentAction .listing-item {
	margin: 1em 0;
	padding: 0.7em 0;
	float: none;
	width: auto;
	height: 240px;
	line-height: 2;
	border: none;
	overflow: hidden;
}




#topMain #recentAction .listing-item h3 {
	clear: none;
	font-size: 123.1%;
	margin: 0 0 0.5em;
	padding: 0;
	margin-bottom: 0.5em;
	overflow:hidden;
}
#topMain #recentAction .listing-item h3 a {
	color:#000;
	text-decoration:none;
}
#topMain #recentAction .listing-item h3 a:hover {
	color:#000;
}

#topMain #recentAction .listing-item p.thmb {
	float: left;
	margin: 0 1em 0 0;
}

#topMain #recentAction .listing-item p.thmb img {
	margin: 0;
}

#topMain #recentAction .listing-item p.date {
	font-size: 0.9em;
}

#topMain #nextInfo {
	float: left;
	width: 300px;
}

#topMain #nextInfo ul {
	margin: 1em 0;
}

#topMain #nextInfo ul li {
	margin: 0.3em 0;
}

