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

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html,
body{
	min-height:100%;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body{
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:13px;
	color:#FFF;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

input, button{
	outline: 0;
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
input, button,textarea{
	border-radius: 0;
}

input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
}

a{
	outline: 0;
	color:#FFF;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	border: 0;
}

a img {
	border: 0;
}

img{
	max-width:100%;
	height:auto;
}

strong, b{
	font-weight:bold;
}

.lfloat{
	float: left;
	display:block;
}
.rfloat{
	float :right;
	display:block;
}
.clear{
	clear: both;
	display:block;
}

.ltext{ text-align: left;}
.rtext{ text-align: right;}
.ctext{ text-align: center;}


.fs10{ font-size:10px !important;}
.fs11{ font-size:11px !important;}
.fs12{ font-size:12px !important;}
.fs13{ font-size:13px !important;}
.fs14{ font-size:14px !important;}
.fs15{ font-size:15px !important;}
.fs16{ font-size:16px !important;}
.fs17{ font-size:17px !important;}
.fs20{ font-size:20px !important;}


.mt5 { margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt35{ margin-top:35px !important;}

.mb5 { margin-bottom: 5px !important}
.mb10{ margin-bottom:10px !important}
.mb15{ margin-bottom:15px !important}
.mb20{ margin-bottom:20px !important}
.mb25{ margin-bottom:25px !important}
.mb30{ margin-bottom:30px !important}
.mb35{ margin-bottom:35px !important}
.mb40{ margin-bottom:40px !important}
.mb45{ margin-bottom:45px !important}
.mb50{ margin-bottom:50px !important}
.mb55{ margin-bottom:55px !important}
.mb60{ margin-bottom:60px !important}
.mb65{ margin-bottom:65px !important}

.ml5 { margin-left:5px !important}
.ml10{ margin-left:10px !important}
.ml15{ margin-left:15px !important}
.ml20{ margin-left:20px !important}
.ml25{ margin-left:25px !important}
.ml30{ margin-left:30px !important}
.ml35{ margin-left:35px !important}

.mr5 { margin-right:5px !important}
.mr10{ margin-right:10px !important}
.mr15{ margin-right:15px !important}
.mr20{ margin-right:20px !important}
.mr25{ margin-right:25px !important}
.mr30{ margin-right:30px !important}
.mr35{ margin-right:35px !important}

body{
	margin:auto;
	background: -moz-linear-gradient(top,  #e4007e 19%, #920683 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e4007e 19%,#920683 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4007e 19%,#920683 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4007e', endColorstr='#920683',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
}

h2{
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
h3{
	font-size:14px;
	font-weight:bold;
}

/*=====================================
 ヘッダ－
====================================*/
.head_inr{
	height:75px;
	padding:5px 10px;
	background-color:#5f1885;
	clear:both;
	overflow:hidden;
	color:#FFF;
	position:relative;
}
.head_inr h1 img{
	height:50px;
	width:130px;
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	right:0;
	margin:auto 0;
}
/*.head_inr{
	padding:5px 10px;
	background-color:#5f1885;
	clear:both;
	overflow:hidden;
}
.head_inr img{
	vertical-align:bottom;
}*/

#user{
	position:absolute;
	bottom:10px;
	right:10px;
}
#user img{
	padding-top:3px;
	padding-left:10px;
	vertical-align:text-bottom;
}

/*=====================================
 コンテンツ
====================================*/

.wrap{
	min-height:642px;
	padding-bottom:20px;
	background:url(../images/bg.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.content{
	clear:both;
	padding:0 30px 50px;
	margin:auto;
}

.section{
	clear:both;
	overflow:hidden;
}
.inner{
	margin:0 5%;
	overflow:hidden;
}

table{
	width:100%;
	margin:auto;
}
table th{
	font-weight:bold;
}
table th,
table td{
	border-bottom:1px solid #FFF;
	padding:10px 0;
	text-align: left;
	vertical-align: middle;
}
table input{
	background:#FFF;
	color:#5f1885;
	padding:6px 12px;
	border:1px solid #5f1885;
	box-sizing:border-box;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
}

input[type="text"]{
	background:none;
	border:1px solid #FFF;
	padding:3px 5px;
	color:#FFF;
}
.btn_custom{
	background:#FFF;
	color:#5f1885;
	padding:6px 12px;
	border:1px solid #5f1885;
	box-sizing:border-box;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
}

textarea{
	background:none;
	border:1px solid #FFF;
	padding:3px 5px;
	color:#FFF;
}

select{
	border:none;
	height:24px;
	padding:0 26px 0 6px;
	color:#5f1885;
	font-weight:bold;
	font-size:11px;
	font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
select::-ms-expand {
	display: none;
}
.limit{
	font-size:10px;
	vertical-align:sub;
}
/* カスタマイズセレクトボックス */
.ctSelect{
	height:24px;
	overflow:hidden;
}
.ctSelectInner{
	color:#5f1885;
	padding:3px 6px 2px;
	height:19px;
	background:#FFF url(../images/select_icon.gif) right top no-repeat;
	background-size:26px 24px;
}


/* 標準タイトル */
.ttl_area{
	padding-bottom:7px;
	border-bottom:1px solid #FFF;
}


/* ボタン */
.submit_btn{
	text-align:center;
	display:block;
}
.submit_btn p{
	display:inline-block;
}

.btn_normal a{
	font-size:13px;
	border:1px solid #FFF;
	text-decoration:none;
	color:#FFF;
	padding:10px 30px;
	display:inline-block;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
}

/* ログアウト */
#logout a{
	background:url(../images/bg_white30.png);
	font-weight:bold;
}

/* エラーテキスト */

.error_text{
	color:#FFF;
	font-size:12px;
	margin-bottom:5px;
}

/* ページャー */
.page_navi{
	text-align: center;
}
.page_navi ul{
	list-style:none;
	display:inline-block;
}
.page_navi ul li{
	float:left;
	margin:0 5px;
}
.page_navi ul li a{
	text-decoration:none;
	color:#FFF;
	font-size:10px;
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:3px 6px;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
}

.page_navi ul li{
	float:left;
	margin:0 5px;
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:3px 6px;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
}
.page_navi ul li.select{
	background:#FFF;
	color:#5f1885;
}
.page_navi ul li.prev,
.page_navi ul li.next{
	min-width:80px;
}

/* タブ切り替え */
.tab_area ul.tab{
	list-style:none;
	position:relative;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #FFF;
}
.tab_area ul.tab li{
	width:108px;
	padding:8px;
	text-align:center;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#5f1885;
	background:#FFF;
}
.tab_area ul.tab li.select{
	background:none;
	color:#FFF;
}
.tab_area .section{
	padding:40px;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.disnon{
	display:none;
}

/* ページ内メニュー */
.menu_wrap{
	text-align: center;
	clear:both;
	width:100%;
}
.menu_wrap ul{
	list-style:none;
	display:inline-block;
}
.menu_wrap ul li{
	float:left;
	margin:0 5px;
}
.menu_wrap ul li a,
.menu_wrap ul li input,
.menu_wrap ul li button{
	text-decoration:none;
	min-width:140px;
	background:none;
	color:#FFF;
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:10px 20px;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
}

button.deldate {
	text-decoration:none;
	min-width:10px;
	background:none;
	color:#FFF;
	border:1px solid #FFF;
	box-sizing:border-box;
	padding:2px 10px;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		-ms-border-radius:5px;
}

/* パンくずリスト */
.topic-path{
	overflow:hidden;
	clear:both;
	list-style:none;
}
.topic-path li{
	float:left;
	padding-left:20px;
	position:relative;
}
.topic-path li:before{
	content:" > ";
	position:absolute;
	left:5px;
	font-weight:bold;
}
.topic-path li.first{
	padding-left:0;
}
.topic-path li.first:before{
	content:"";
}

/* 桜 */
.snowfall-flakes{
	-webkit-animation:v3 9s infinite;animation:v3 9s infinite;
}
@-webkit-keyframes v3{
		from{-webkit-transform: rotate(30deg) scale(.8);}
		50%{-webkit-transform: rotate(300deg) scale(.8);}
		to{-webkit-transform: rotate(29deg) scale(.8);}
}