﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);



/*---トップのタイトル---*/

#top_title{
	width:92%;
	margin: 0 4% 40px 4%;
	padding-bottom: 20px;
	text-align: center;
}



/*---戻る---*/
#back{
	margin: 0px 5% 25px 5%;
}



/*---メッセージテキスト---*/

#message_text {
	width: 92%;
	margin: 4% 4% 50px 4%;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #000;
}

#message_info_title {
	width: 92%;
	margin: 4% 4% 20px 4%;
	border-bottom: 1px solid #000;
	padding-bottom: 12px;
}

#message_info_title img {
	width: 250px;
}

#message_text_2 {
	width: 92%;
	margin: 4% 4% 10px 4%;
	font-size: 100%;
	letter-spacing: 0.1em;
	color: #000;
}

#tel {
	width: 92%;
	margin: 5px 4% 5px 4%;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #000;
	font-weight: bold;
}

#url {
	width: 92%;
	margin: 0px 4% 30px 4%;
	font-size: 100%;
	letter-spacing: 0.1em;
	color: #000;
	font-weight: bold;
}

