@charset "utf-8";

/* ----------------------------------------------

	bowls / STORY STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./parts/base.css");
@import url("./parts/layout.css");
@import url("./parts/module.css");
@import url("./parts/form.css");


/* general styles
---------------------------------------------- */

div#contents div#cntMain h3 {
	margin: 0 0 10px;
}

div#contents div#storyAbout h3,div#contents div#storyIdea h3{
font-size:100%;
font-weight:bold;
}

div#contents p.exp {
	margin: 0 0 20px;
	font-size: 100%;
	line-height: 180%;
}

div#contents div#storyAbout p,
div#contents div#storyIdea p,
div#contents div#storymix p{
	margin: 0 0 20px;
	font-size: 100%;
	line-height: 190%;
}

div#contents div#storyAbout ul li,
div#contents div#storyIdea p strong,
div#contents div#storymix p strong{
	font-size: 100%;
	line-height: 190%;
	font-weight:bold;
	color:#525C0A;
}


div#contents div#frontStory {
	margin: 0 0 20px;
}
div#contents div#boxIdea {
	width: 688px;
	border: 1px solid #CCCCCC;
}
div#contents div#boxIdea h4 {
	margin: 0 0 10px;
}
div#contents div#boxIdea p.exp {
	margin: 0;
}
div#contents div#boxIdea p.phIdea {
	margin: 0 0 10px;
	text-align: center;
}
div#contents div#boxIdea div#boxIdeaMy {
	float: left;
	width: 314px;
	padding: 15px;
	background: url(/img/common/bg_dot_s.gif) repeat-y 100% 0;
}
div#contents div#boxIdea div#boxIdeaCount {
	float: left;
	width: 314px;
	padding: 15px;
}
div#contents div#boxIdea div#boxIdeaSize {
	clear: both;
	width: 658px;
	padding: 15px;
	background: url(/img/common/bg_dot_b.gif) repeat-x 0 0;
}
div#contents div#boxIdea div#boxIdeaSize p.phIdea {
	float: left;
	width: 300px;
}

div#storyAbout ul.story_enjoy_list li,
div#storyDonburi ul.story_enjoy_list2 li{
float:left;
width:230px;
}

div#storyAbout ul.story_enjoy_list li{
height:210px;
}


div#storyDonburi ul.story_enjoy_list2 li{
height:300px;
}

div#storyAbout ul.story_enjoy_list,
div#storyDonburi ul.story_enjoy_list2{
margin-bottom:20px;
}

div#contents div.section h3{
clear:both;
margin-top:20px;
}

p.exp2{
line-height:2.4em;
margin-bottom:20px;
}


p.story_img_l{
float:left;
width:260px;
}

p.story_img_r{
float:right;
width:230px;
}

/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents div#boxHis ul li,
div#contents div#boxHis ul li div.detalHis,
div#contents div#boxIdea div#boxIdeaSize,
div#storyAbout ul.story_enjoy_list,
div#storyDonburi ul.story_enjoy_list2,
div#contents #storyEating,
div#contents #storyKnowledge,
div#contents #storyCreate{
		zoom: 1;/*for IE 5.5-7*/
}
div#contents div#boxHis ul li:after,
div#contents div#boxHis ul li div.detalHis:after,
div#contents div#boxIdea div#boxIdeaSize:after,
div#storyAbout ul.story_enjoy_list:after,
div#storyDonburi ul.story_enjoy_list2:after,
div#contents #storyEating:after,
div#contents #storyKnowledge:after,
div#contents #storyCreate:after{/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents div#boxHis ul li,
* html div#contents div#boxHis ul li div.detalHis,
* html div#contents div#boxIdea div#boxIdeaSize,
* html div#storyAbout ul.story_enjoy_list,
* html div#storyDonburi ul.story_enjoy_list2,
* html div#contents #storyEating,
* html div#contents #storyKnowledge,
* html div#contents #storyCreate{
	display: inline-table;
	/*\*/display: block;/**/
}

