﻿@charset "utf-8";
/* CSS Document */

/**************************/
/* ページ構成 */
/**************************/

#main_cont {
	width: 890px;
	padding: 20px 35px;
	background: #ffffff url(../../img/Mcont.png) repeat-x left top scroll;
}

/**************************/
/* main_cont 設定 */
/**************************/

#main_cont article h1 {
	width: 890px;
	height: 26px;
	margin: 0px 0px 10px 0px;
	padding: 14px 0px 0px 0px;
	text-indent: 190px;
	background: #ffffff url(../../img/diary_lrogo.png) no-repeat left top scroll;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

section#diary {
	width: 890px;
	margin-bottom: 10px;
}

#diary h2 {
	margin-bottom: 20px;
	padding: 0px 10px 2px 15px;
	border-bottom: 2px ridge #bbd37f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}

#diary div.b_img {
	width: 268px;
	height: 201px;
	margin: 0px 8px 9px 8px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#diary div.m_img {
	width: 200px;
	height: 150px;
	margin: 0px 5px 9px 5px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#diary div.t_img {
	width: 120px;
	height: 90px;
	margin: 0px 9px 9px 9px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.right {
	float: right;
}

.left {
	float: left;
}

.cl {
	clear: both;
}

#diary div.pop {
	width: 524px;
	height: 160px;
	margin-bottom: 20px;
}

div.ch1 {
	width: 520px;
	padding: 20px 0px 10px 0px;
}

div.ch2 {
	clear: both;
	width: 882px;
	height: 215px;
	padding: 15px 8px;
}

div.ch3 {
	float: left;
	width: 440px;
	height: 350px;
	padding: 0px 2px 0px 12px;
}

div.ch4 {
	float: right;
	width: 430px;
	padding: 20px 2px 5px 2px;
}

div.ch5 {
	width: 876px;
	padding: 10px 2px 5px 12px;
}

#diary h3 {
	margin-bottom: 20px;
	padding: 0px 10px 2px 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}

ul.support {
	margin-top: 10px;
	margin-left: 30px;
	position: relative;
	height: 135px;
}

ul.support li {
	position: absolute;
	display: flex;
	width: 260px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #0168b3;
	background: #ffffff;
}

ul.support li img {
	margin-right: 5px;
}

ul.support li.s1 {
	top: 0px;
	left: 0px;
}

ul.support li.s2 {
	top: 0px;
	left: 280px;
}

ul.support li.s3 {
	top: 0px;
	left: 560px;
}

ul.support li.s4 {
	top: 55px;
	left: 0px;
}

div.ch6 {
	width: 876px;
	padding: 10px 2px 5px 12px;
}

#diary p.text {
	padding: 0px 2em;
	margin-bottom: 12px;
	font-size: 16px;
	color: #333333;
}

#diary p.text2 {
	padding: 0px 2em;
	margin-bottom: 12px;
	font-size: 16px;
	color: #333333;
}

ul.bottom {
	margin-bottom: 15px;
	list-style-type: none;
	padding: 15px 35px;
	text-indent: 0em;
}

ul.bottom li {
	display: block;
	width: 270px;
	font-size: 16px;
}

ul.bottom li.back {
	float: left;
	text-align: left;
}

ul.bottom li.title {
	float: left;
	text-align: center;
}

ul.bottom li.next {
	float: right;
	text-align: right;
}
