@charset "UTF-8";

/* CSS Document */

/* For media folder==========================

	1. index.html
	2. seikou.html


*/

/* 1. index.html
________________________________________*/


/*--Sidenavi--*/
.box_square#sidenavi{
	padding: 14px 7px;
	margin-bottom: 20px;
}
#sidenavi ul {
	list-style: none;
	width: 244px;
}
#sidenavi ul li {
	clear: both;
	width:244px;
	height: 52px;
	margin-bottom: 9px;
	
}
#sidenavi ul li:last-child {
	margin-bottom: 0px;
}

#sidenavi ul li a {
	background: url(../image/sidenavi.png) no-repeat;
	width:244px;
	height: 52px;
	display: block;
	overflow: hidden;
	text-indent:-9999px;
}

#sidenavi a.off#sn01 {background-position: -7px 0;}
#sidenavi a.off#sn02 {background-position: -7px -61px;}


#sidenavi a.off#sn01:hover, #sidenavi a.on#sn01 {background-position: -300px 0;}
#sidenavi a.off#sn02:hover, #sidenavi a.on#sn02 {background-position: -300px -61px;}
/*Ideas areas*/
#ideas h2 {
	width: 651px;
}
#ideas h2 img {
	margin: auto;
	display: block;
}
ul#idea_ichiran {
	width: 563px;
	height: auto;
	display: block;
	margin-left: 32px;
	margin-top: 25px;
}
ul#idea_ichiran li{
	font-size: 1.063em;
	min-height: 29px;
	padding-top: 8px;
	padding-left: 50px;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	background: url(../image/ul_bulb.gif) no-repeat 0 0;
	overflow: hidden;
	clear: both;
	margin-bottom: 8px;
	font-weight: lighter;
}

/* 2. seikou.html
________________________________________*/

.text_to_img2 {
	width:100%;
	height: auto;
}
.text_to_img2 > div {
	display: block;
}

.text_to_img2 div:first-child {
	width: 304px;
	float: left;
	clear: left;
}

.text_to_img2 div:first-child p:first-child {
	margin-top: 0px;
}

.text_to_img2 div:last-child {
	width: 352px;
	float: right;
	overflow: hidden;
}
.text_to_img2 div:last-child img{
	display: block;
	margin: auto;
}
/*table*/
table.case {
	width: 100%;
	margin: 20px 0;
}
table.case tr > td {
	min-height: 20px;
	padding: 5px 0;
	vertical-align: middle;
}
table.case tr > td:first-child {
	width: 193px;
	font-weight: bold;
	color: #f60;
}
table.case tr > td:first-child span {
	
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
}
table.case tr > td:nth-child(2) {
	width: 70px;
	text-align: center;
	font-weight: bold;
	color: #f60;
	letter-spacing: -2px;
}
table.case tr > td:nth-child(3) {
	font-size: 0.813em;
}
span.tfixer {
	letter-spacing: -1px;
}
