*{
	margin:0;
	padding:0;
}

html, body {
	margin: 0 auto;
}

body {
	font-family:HelveticaNeue,"ヒラギノ角ゴ Pro W3",osaka,"ＭＳ Ｐゴシック";
}

#container {
	margin: 0 auto;
}

#summary {
	position: relative;
	width: 100%;
	background-image:url(/lib_image/smart/header_background.jpg);
	background-repeat:repeat-x;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #FFFFFF;
}

#navi ul {
	width: 320px;
	margin: 0 auto;
}

#navi ul li {
	float: left;
}

#navi ul li.left {
	margin-right: 49px;
}

#header {
	text-align: center;
	border-bottom: 1px solid #f3609f;
}

#header ul.crumb {
	height: 28px;
	background-color: #3c3c3c;
	width: 100%;
}

#header ul.crumb li {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin: 6px 0;
	text-align: left;
	background-image:url(/lib_image/smart/crumb_background.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	display: -webkit-box;
}

#header ul.crumb li.head {
	background-image: none;
	padding-left: 0;
	margin-left: 3px;
}

#header ul.crumb li a {
	color: #fff;
	text-decoration: none;
}

#contents {
	width: 320px;
	font-size: 100%;
	margin: 0 auto;
}

#footer {
	width: 320px;
	margin: 0 auto;
	color: #aaa;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	text-align: right;
	font-size: 12px;

	display: -webkit-box;
}

/*********************
* common tags
*********************/

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}

html>/**/body .clearfix { display /*\**/: block\9 }

.float_left {
	float: left;
}

.float_right {
	float: right;
}

a {-webkit-tap-highlight-color: rgba(240, 54, 134, 0.5);}

a:link, a:visited, a:focus {
	color: #000000;
}

p {
	margin: 5px;
}

img {
	border: 0;
}

h1 {
          height: 42px;
          line-height: 42px;
          border-top: 1px solid #c7afbe;
          background-image: none;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#e7cfde), to(#f3609f));
          border-bottom: 1px solid #f3609f;
          background-color: #f3609f;
          font-family: HiraKakuProN-W6;
          font-size: 18px;
          color: #fff;
          text-align: center;
          text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}

h2 {
	color: #cc6666;
	background-color: #f6eee6;
	font-size: 16px;
	margin-top: 10px;
}

h2.title {
	padding-top: 8px;
}

h2.title span {
	font-size: 18px;
	padding: 0 0 0 10px;
	background-color: #FFF;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #cc6666;
}

li{
	list-style-type:none;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

.error-message {
	color: #FF0000;
	font-weight: bold;
	margin-left: 10px;
}

select {
	font-size: large;
}

input, textarea {
	font-size: large;
	padding: 3px;
}

.i30p {
	width: 30px;
}

.i60p {
	width: 60px;
}

.i90p {
	width: 90px;
}

.i120p {
	width: 120px;
}

.i240p {
	width: 240px;
}

/*****************************
* 共通
/****************************/
.return_menu {
	text-align: center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.f12p {
	font-size: 12px;
}

.return_page_top {
	margin: 20px 0 10px 0;
	
	background-color: #e7e7e7;
	text-align: right;
}

ul.other_site {
	margin: 10px 0 0 10px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

ul.other_site li {
	background-image:url(/lib_image/smart/other_site_background.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: small;
	padding-left: 12px;
	margin: 3px 0;
}

ul.other_site li a {
	text-decoration: none;
}

#contents .bottom {
	width: 100%;
	background-color: #e7e7e7;
	margin: 10px 0 5px 0;
}

#contents .bottom ul {
	width: 240px;
	margin: 0 auto;
}

#contents .bottom ul li {
	float: left;
}

.fieldset {
	background-image:url(/lib_image/smart/fleldset_background.gif);
	background-repeat: repeat;
	width: 300px;
	margin: 10px;
	padding: 5px 0;
}

.fieldset_inner {
	background-color: #FFF;
	margin: 0 5px;
	padding: 5px;
	font-size: large;
}

.fieldset_inner input {
	margin: 3px 0;
}

.msgbox {
	background-color: #ffeffe;
	border: 3px double #f3609f;
	margin: 10px;
}

.msgbox_inner {
	margin: 5px;
}

/*****************************
* TOP
/****************************/
.top_regist {
	text-align: center;
}

.top_regist img {
	margin: 5px;
}

ul.top_list {
	border-top: 1px solid #666;
}

ul.top_list li {
	list-style:none;
	position: relative;
	zoom: 1;
	background-image:url(/lib_image/smart/navi_background.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #e5e5e5;
}

ul.top_list li a {
	display: block;
	min-height: 37px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #666;
	padding: 8px 5px 7px 5px;
	text-decoration: none;
	clear: both;
}

ul.top_list li.guest a {
	padding: 3px 5px 5px 5px;
}

ul.top_list li.two_line a {
	padding: 3px 5px 10px 5px;
}

ul.top_list li a span.image {
	display: -moz-box;
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	height: 100%;
	float: left;
	margin: 3px 3px 3px 0;
}

ul.top_list li a span.title {
	display: block;
	xdisplay: -moz-box;
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;

	height: 100%;
	padding: 5px 10px 0 2px;
	font-weight: bold;
	line-height: 135%;
/*	font-size: 20px;*/
}

ul.top_list li.guest a span.title {
	padding: 0 10px 3px 2px;
}


h2.mitsumori_title {
	background-image:url(/lib_image/smart/menu1.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color:#8a1c21;
	height: 35px;
	text-indent: -9999px;
	display: block;
}

/*****************************
* 検索結果
/****************************/

h2.hall_title {
          height: 42px;
          line-height: 42px;
          border-top: 1px solid #c7afbe;
          background-image: none;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#e7cfde), to(#f3609f));
          border-bottom: 1px solid #f3609f;
          background-color: #f3609f;
          font-family: HiraKakuProN-W6;
          font-size: 18px;
          color: #fff;
          text-align: center;
          text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          }

.hall_detail {
	background-color: #f7dfee;
	padding-bottom: 5px;
}

.hall_info {
	margin: 0 10px;
	padding: 5px 0;
}

.hall_info .float_left {
	width: 72px;
}

.hall_info .float_right {
	width: 223px;
	margin-left: 5px;
}

.hall_detail dl {
	margin: 9px 9px 12px;
	border: solid 1px #898b8e;
	-webkit-border-radius: 8px;
	background-color: #fff;
}

.hall_detail dt {
	float: left;
	clear: left;
	width: 100px;
	border-top: solid 1px #898b8e;
	padding: 10px 0 10px 6px;
	font-size: 16px;
	line-height: 1em;
}

.hall_detail dd {
	float: left;
	border-top: solid 1px #898b8e;
}

.hall_detail dd div {
	width: 188px;
	padding: 10px 6px 10px 0;
	color: #6b7c9f;
	font-size: 16px;
	line-height: 1em;
}

.hall_detail dt.detail {
	width: 0;
	padding: 0;
}

.hall_detail dd.detail {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f5), to(#ffe4e1));
}

.hall_detail dd a {
	text-align: right;
	color: #6b7c9f;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}

.hall_detail dd a div {
	width: 282px;
	padding: 10px 18px 10px 0;
	background-image: url(/lib_image/smart/search_detail_hall.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.hall_detail dt.top {
	border-top: none;
}

.hall_detail dd.top {
	border-top: none;
}

.hall_detail dt.last {
	width: 294px;
}

.hall_detail dd.last {
	width: 0;
}

.hall_detail dt.mes {
	width: 294px;
}

.hall_detail dd.mes {
	width: 0;
}

.hall_detail_title {
	border-left: 5px solid #df3984;
	margin: 5px 0 0 10px;
	padding: 3px;
	font-weight: bold;
}

/*****************************
* 入力フォーム
/****************************/
.input_caption {
	font-size: large;
	margin: 10px 0 5px 0;
	padding-left: 3px;
	background-color: #f7dfee;
	border-top: 1px solid #d7bfce;
	border-bottom: 1px solid #d7bfce;
}

.handle_personal_info {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	background-color: #fff6eb;
}

/*****************************
* 式場詳細
/****************************/
.hall_detail_info {
	margin: 9px 9px 12px;
	border: solid 1px #898b8e;
	-webkit-border-radius: 8px;
	background-color: #fff;
}

.hall_detail_info_inner {
	padding: 10px 6px;
	font-size: 16px;
	line-height: 1em;
}

.hall_detail_info_inner strong {
	color: #df3984;
}

.hall_detail_info a {
	text-decoration: none;
}

.hall_detail_info a div {
	width: 288px;
	padding: 10px 0;
	text-align: center;
}

.hall_detail_info_link {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5f5), to(#ffe4e1));
}

/*****************************
* How to ガイド　全体
/****************************/
#howto {
}

#howto h3.manual_title {
	margin-bottom: 15px;
}

#howto h3.sub_title {
	position: relative;
	margin: 0 10px 5px 10px;
	height: 81px;
	padding-left: 85px;
	font-weight: bold;
	background-position: center left;
	background-repeat: no-repeat;
}

#howto h3.sub_title span.inner {
}

#howto h3.sub_title span span {
	position: absolute;
	top: 50%;
	left: 80px;
	font-size: 18px;
	line-height: 110%;
	margin-top:-0.5em;
}

#howto.menu1 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step1.gif); color: #da2542; }
#howto.menu2 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step2.gif); color: #ff9c00; }
#howto.menu3 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step3.gif); color: #6c1cb0; }
#howto.menu4 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step4.gif); color: #49b9e3; }
#howto.menu5 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step5.gif); color: #179a17; }
#howto.menu6 h3.sub_title { background-image: url(/lib_image/smart/howto_title_step6.gif); color: #f65b78; }

#howto h4 {
	min-height: 23px;
	border-bottom: 1px solid #b8b4b1;
	background-color: #f0f0f0;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 0 5px 0;
	padding: 13px 0 3px 35px;
	line-height: 125%;
}

#howto.menu1 h4 { background-image: url(/lib_image/smart/howto_h4_1.jpg); color: #da2542; }
#howto.menu2 h4 { background-image: url(/lib_image/smart/howto_h4_2.jpg); color: #ff9c00; }
#howto.menu3 h4 { background-image: url(/lib_image/smart/howto_h4_3.jpg); color: #6c1cb0; }
#howto.menu4 h4 { background-image: url(/lib_image/smart/howto_h4_4.jpg); color: #49b9e3; }
#howto.menu5 h4 { background-image: url(/lib_image/smart/howto_h4_5.jpg); color: #179a17; }
#howto.menu6 h4 { background-image: url(/lib_image/smart/howto_h4_6.jpg); color: #f65b78; }

#howto p {
	margin: 0 10px 5px 10px;
}

#howto ul {
	margin: 5px 5px 5px 10px;
}

#howto ul li {
	min-height: 16px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 0 22px;
	background-position: top left;
	background-repeat: no-repeat;
}

#howto.menu1 ul li { background-image: url(/lib_image/smart/ul_background_1.gif); color: #da2542; }
#howto.menu2 ul li { background-image: url(/lib_image/smart/ul_background_2.gif); color: #ff9c00; }
#howto.menu3 ul li { background-image: url(/lib_image/smart/ul_background_3.gif); color: #6c1cb0; }
#howto.menu4 ul li { background-image: url(/lib_image/smart/ul_background_4.gif); color: #49b9e3; }
#howto.menu5 ul li { background-image: url(/lib_image/smart/ul_background_5.gif); color: #179a17; }
#howto.menu6 ul li { background-image: url(/lib_image/smart/ul_background_6.gif); color: #f65b78; }

#howto ul li ul {
	margin: 0;
}

#howto.menu1 ul li ul li,
#howto.menu2 ul li ul li,
#howto.menu3 ul li ul li,
#howto.menu4 ul li ul li,
#howto.menu5 ul li ul li,
#howto.menu6 ul li ul li {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 3px;
	background-image: none;
	padding: 0;
}

#howto ul li ul.mark li {
	min-height: 16px;
	padding: 0 0 0 13px;
	background-position: top left;
	background-repeat: no-repeat;
}

#howto.menu1 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu1_background2.gif); }
#howto.menu2 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu2_background2.gif); }
#howto.menu3 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu3_background2.gif); }
#howto.menu4 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu4_background2.gif); }
#howto.menu5 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu5_background2.gif); }
#howto.menu6 ul li ul.mark li { background-image: url(/lib_image/smart/howto_menu6_background2.gif); }

#howto ul li ul li .bold {
	margin-left: 0;
}

#howto ul.menu1,
#howto ul.menu2,
#howto ul.menu3,
#howto ul.menu4,
#howto ul.menu5,
#howto ul.menu6 {
	margin: 3px 0 20px 0;
}

#howto ul.menu1 li,
#howto ul.menu2 li,
#howto ul.menu3 li,
#howto ul.menu4 li,
#howto ul.menu5 li,
#howto ul.menu6 li {
	float: left;
	width: 147px;
	min-height: none;
	font-size: 14px;
	font-weight: normal;
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 3px 3px;
	padding: 2px 0 0 10px;
}

#howto ul.menu1 li { background-image: url(/lib_image/smart/howto_menu1_background.gif); }
#howto ul.menu2 li { background-image: url(/lib_image/smart/howto_menu2_background.gif); }
#howto ul.menu3 li { background-image: url(/lib_image/smart/howto_menu3_background.gif); }
#howto ul.menu4 li { background-image: url(/lib_image/smart/howto_menu4_background.gif); }
#howto ul.menu5 li { background-image: url(/lib_image/smart/howto_menu5_background.gif); }
#howto ul.menu6 li { background-image: url(/lib_image/smart/howto_menu6_background.gif); }

#howto .bold {
	margin: 0 10px;
	font-weight: bold;
}

#howto p .bold {
	margin-left: 0;
}

#howto.menu1 .bold { color: #da2542; }
#howto.menu2 .bold { color: #ff9c00; }
#howto.menu3 .bold { color: #6c1cb0; }
#howto.menu4 .bold { color: #49b9e3; }
#howto.menu5 .bold { color: #179a17; }
#howto.menu6 .bold { color: #f65b78; }

#howto dl {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	margin: 5px 10px;
}

#howto dt, #howto dd {
	min-height: 22px;
	font-weight: bold;
	padding: 0 0 0 28px;
	background-position: top left;
	background-repeat: no-repeat;
}

#howto dd {
	font-weight: normal;
	margin-bottom: 10px;
}

#howto dd ul,
#howto dd .bold {
	margin-left: 0;
}

#howto p.point {
	margin-top: 15px;
}

#howto p.point .bold {
	margin-left: 0;
}

#howto.menu1 dt { background-image: url(/lib_image/smart/howto_q_1.gif); color: #da2542; }
#howto.menu1 dd { background-image: url(/lib_image/smart/howto_a_1.gif); }
#howto.menu2 dt { background-image: url(/lib_image/smart/howto_q_2.gif); color: #ff9c00; }
#howto.menu2 dd { background-image: url(/lib_image/smart/howto_a_2.gif); }
#howto.menu3 dt { background-image: url(/lib_image/smart/howto_q_3.gif); color: #6c1cb0; }
#howto.menu3 dd { background-image: url(/lib_image/smart/howto_a_3.gif); }
#howto.menu4 dt { background-image: url(/lib_image/smart/howto_q_4.gif); color: #49b9e3; }
#howto.menu4 dd { background-image: url(/lib_image/smart/howto_a_4.gif); }
#howto.menu5 dt { background-image: url(/lib_image/smart/howto_q_5.gif); color: #179a17; }
#howto.menu5 dd { background-image: url(/lib_image/smart/howto_a_5.gif); }
#howto.menu6 dt { background-image: url(/lib_image/smart/howto_q_6.gif); color: #f65b78; }
#howto.menu6 dd { background-image: url(/lib_image/smart/howto_a_6.gif); }

#howto .pagenavi {
	margin: 10px 0;
	text-align: center;
}

#howto .pagenavi img {
	padding: 0 10px;
}

#howto table.base_list {
	border-collapse: collapse;
	margin: 5px 3px;
}

#howto table.base_list th,
#howto table.base_list td {
	font-size: 14px;
	padding: 2px;
	border: 1px solid #999999;
}

#howto table.base_list th {
	white-space: nowrap;
}

#howto table.base_list td {
	background-color: #f0f0f0;
}

/*****************************
* How to ガイド　個別
/****************************/
#howto table.dress,
#howto table.bouquet {
	border-top: 1px dashed #ccc;
}

#howto table.dress .left,
#howto table.bouquet .left {
	width: 145px;
	border-right: 1px dashed #ccc;
}

#howto table.dress th,
#howto table.dress td,
#howto table.bouquet th,
#howto table.bouquet td {
	font-size: 14px;
	vertical-align: top;
	padding: 5px;
}

#howto table.dress th,
#howto table.bouquet th {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

#howto table.dress th {
	color: #ff9c00;
}

#howto table.bouquet th {
	color: #6c1cb0;
}

#howto table.dress td,
#howto table.bouquet td {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

/*****************************
* スピーチ完全マニュアル
/****************************/
#speech {
}

#speech h3.manual_title {
	margin-bottom: 15px;
}

#speech h3.speech_title {
	min-height: 18px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 2px 0;
	color: #00afec;
	padding: 6px 0 6px 32px;
	background-image: url(/lib_image/smart/speech_mic.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 2px solid #00afec;
	border-bottom: 2px solid #00afec;
	background-color: #f0f7fc;
}

#speech h3.green_title {
	min-height: 18px;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 2px 5px;
	color: #457e37;
	padding: 0 0 0 10px;
	background-image: url(/lib_image/smart/speech_background2.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#speech h4 {
	min-height: 18px;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 2px 5px;
	color: #73be29;
	padding: 0 0 0 10px;
	background-image: url(/lib_image/smart/speech_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#speech p {
	margin: 0 10px 5px 10px;
}

#speech .peke {
	background-color: #e2f7ce;
	margin: 15px 0;
	padding: 5px 0;
	font-size: 14px;
	border-top: 1px solid #00a040;
	border-bottom: 1px solid #00a040;
}

#speech .peke_title {
	min-height: 18px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #84c542;
	padding: 6px 0 6px 32px;
	background-image: url(/lib_image/smart/speech_peke.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#speech .pagenavi {
	margin: 10px 0;
	text-align: center;
}

#speech .pagenavi img {
	padding: 0 10px;
}


#speech .bold {
	margin: 0 10px;
	font-weight: bold;
	color: #00beec;
}

