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


body {
	margin: 0 auto;
	background-color: #C6D9DB;
	}
	
	

.wrapper {
	width: 750px;
	padding-left: 75px;
	padding-right: 75px;
	margin: 0 auto;
	background-color: #FFF;
}


/* -----ヘッダ／ヨドガワ／目次----- */
#headder {
	margin: 0 auto;
}



/* ----------親---------- */

.main {
	width: 750px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}

/* ----------子／photo---------- */

.photo_frame {
	width: 300px;
	padding-right: 63px;
	margin: 0 auto;	
	float: left;
}

.photo {
	width: 300px;
	padding-bottom: 10px;
	margin: 0 auto;	
}



/* ----------子／テキスト---------- */

.text_frame {
	width: 387px;
	margin: 0 auto;
	float: left;
}

.title_frame {
	width: 270px;
	padding-bottom: 30px;
	margin: 0 auto;
	float: left;
}

.text {
	width: 372px;
	padding-left: 15px;
	margin: 0 auto;
	
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 26px;
}


/* -------日付------- */
.date {
	width: 387px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 auto;
	
	/* 日付の文字要素 */
	font-size: 10px;
	color: #109D05;
	letter-spacing: 2px;
}


/* -------親／フキダシ------- */
.fukidashi_frame {
	width: 387px;
	margin: 0 auto;
	float: left;
}

/* -------子／フキダシ------- */
.fukidashi_tb {
	width: 270px;
	margin: 0 auto;
}

.fukidashi_title {
	width: 240px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #C1EFB6;
	
	/* 日付の文字要素 */
	font-size: 18px;
	line-height: 26px;
	color: #262D33;
	letter-spacing: 2px;
}

/* -------フキダシ／右要素------- */
.fukidashi_right {
	width: 57px;
	margin: 0 auto;
	float: left;
}

/* -------フキダシ／アイコン------- */
.teki_icon {
	width: 60px;
	margin: 0 auto;
	float: left;
}







/* ----------フッター---------- */
.footer {
	margin: 0 auto;
	margin-left: 25px;
	margin-right: 25px;
}

.footer_left {
	margin: 0 auto;
	float: left;
}

.footer_right {
	margin: 0 auto;
	float: right;
}


/* ----------スペース---------- */
.space01 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.space02 {
	margin-top: 40px;
}

.space03 {
	margin-bottom: 20px;
}

.space04 {
	margin-right: 25px;
}



/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666;
	line-height: 20px;
}

.small02 {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #666;
	line-height: 14px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}


/* ------------------リンク------------------ */
a:link {
	color: #E205AE;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E205AE;
}
a:hover {
	text-decoration: none;
	color: #E205AE;
}
a:active {
	text-decoration: none;
}


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	margin: 0 auto;
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
