@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== case_storyの設定 ====== */


#header h1{
	clear: both;
	background:url("../images/case/title.png") 50% 50% no-repeat;
	width: 898px;
	height: 0px;
	padding-top: 138px;
	overflow:hidden;
	margin: 40px auto 10px;
	border: 1px solid #ccc;
	line-height: 1.5;
}

h2{
	width: 900px;
	margin: 40px 0;
	line-height: 1.5;
	font-weight: normal;
	font-size: 182%;
}

h3{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 2px solid #c5565d;
}

h3#kanren_img{
	margin-bottom: 30px;
}

#image_list{
	margin-bottom: 1em;
}

#image_list li{
	float: left;
	margin-right: 1em;
}

#image_list li:last-child{
	margin-right: 0;
}

#image_list img{
	max-height: 200px;
	margin-bottom: 40px;
}

pre{
	margin-bottom: 40px;
	clear: both;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	width: auto;
	-webkit-text-size-adjust: 220%;
	-moz-text-size-adjust: 220%;
	-ms-text-size-adjust: 220%;
	-o-text-size-adjust: 220%;
	text-size-adjust: 220%;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

pre img{
	width: 200px;
}

pre a{
	color: orange;
}

.name {
	color: #228b22;
	font-weight: bold;
}

.source{
	text-align: right;
	margin-bottom: 30px;
}

#tolist{
	text-align: center;
}


/* ====== mobile ====== */
@media screen and (max-width: 800px) {
	#header h1{
		width: auto;
	}

	h2 {
		max-width: 100%;
	}
}