@charset "shift_jis";


/*----------------------------------*/
/*          スタイル初期化          */
/*----------------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1;
	color:#333333;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:underline;
	color: #0093b9;
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

input,textarea{
	font-size:100%;
}

/*----------------------------------*/
/*          clearfix決定版          */
/*----------------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/*----------------------------------*/
/*          共通スタイル            */
/*----------------------------------*/

body{
	font-size:12px;
	background-color:#F5F5F5;
}

#header,
#contents{
	width:980px;
	margin:0 auto;
}

/*ヘッダ*/
#header{
}

#header #logo{
	width:299px;
	float:left;
}

#header #logo a{
	background:url(../img/logo.gif) no-repeat left top;
	width:299px;
	height:91px;
	overflow:hidden;
	text-indent:-9877em;
	display:block;
}

#header div{
	width:161px;
	float:right;
	margin-top:37px;
}

#header div a{
	background:url(../img/websquare.gif) no-repeat left top;
	width:161px;
	height:37px;
	overflow:hidden;
	text-indent:-9877em;
	display:block;
}

#main_menu{
	padding-bottom:20px;
	background:url(../img/head_back.gif) repeat-x top;
}

#main_menu ul{
	width:980px;
	margin:0 auto 0 auto;
}

#main_menu li{
	float:left;
	width:196px;
}

#main_menu li a{
	float:left;
	width:196px;
	height:54px;
	overflow:hidden;
	text-indent:-9877em;
	display:block;
}

#main_menu li.menu01 a{
	background:url(../img/menu01.gif) no-repeat left top;
}

#main_menu li.menu01 a:hover{
	background:url(../img/menu01.gif) no-repeat left -54px;
}

#main_menu li.menu02 a{
	background:url(../img/menu02.gif) no-repeat left top;
}

#main_menu li.menu02 a:hover{
	background:url(../img/menu02.gif) no-repeat left -54px;
}

#main_menu li.menu02_ a{
	background:url(../img/menu02_.gif) no-repeat left top;
}

#main_menu li.menu02_ a:hover{
	background:url(../img/menu02_.gif) no-repeat left -54px;
}

#main_menu li.menu03 a{
	background:url(../img/menu03.gif) no-repeat left top;
}

#main_menu li.menu03 a:hover{
	background:url(../img/menu03.gif) no-repeat left -54px;
}

#main_menu li.menu04 a{
	background:url(../img/menu04.gif) no-repeat left top;
}

#main_menu li.menu04 a:hover{
	background:url(../img/menu04.gif) no-repeat left -54px;
}

#main_menu li.menu05 a{
	background:url(../img/menu05.gif) no-repeat left top;
}

#main_menu li.menu05 a:hover{
	background:url(../img/menu05.gif) no-repeat left -54px;
}

/*メイン*/
#contents h2{
	background-color:#434343;
	color:#FFF;
	padding:15px;
	margin-bottom:15px;
	border:1px solid #A1A1A1;
	border-bottom:3px solid #A1A1A1;
	font-size:18px;
	
}

/*フッタ*/
#footer{
	margin-top:35px;
	text-align:center;
	font-size:11px;
}

#footer .navi{
	border-top:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	padding:7px 0 6px 0;
	margin-bottom:1px;
	background:url(../img/foot_back.gif) repeat-x center;
	background-color:#FFF;
}

#footer .navi li{
	display:inline;
	border-left:1px dotted #C4C4C4;
	padding:0px 20px 0px 20px;
}

#footer .navi li.end{
	border-right:1px dotted #C4C4C4;
}

#footer .navi li a{
	color:#333333;
}

#footer address{
	background-color:#249AB6;
	color:#FFF;
	padding:33px 0 33px 0;
}

#footer address a{
	color:#FFF;
}

/*----------------------------------*/
/*      トップページスタイル        */
/*----------------------------------*/

#contents .index .topimg{
	background:url(../img/topimg.jpg) no-repeat left top;
	width:980px;
	height:235px;
	overflow:hidden;
	text-indent:-9877em;
	margin-bottom:20px;
}

#contents .contents_s{
	float:left;
	width:300px;
}

#contents .contents_s h2{
	width:300px;
	height:40px;
	overflow:hidden;
	text-indent:-9877em;
	border:0;
	padding:0;
	margin:0;
}

#contents .contents_s h2.title_package{
	background:url(../img/title_package.gif) no-repeat left top;
}

#contents .contents_s ul{
	margin-bottom:20px;
}

#contents .contents_s li{
	margin-top:4px;
}

#contents .contents_s li a{
	background:url(../img/list_icon2.gif) no-repeat 8px center;
	padding:15px 10px 15px 25px;
	border:1px solid #C5C5C5;
	background-color:#FFF;
	font-weight:bold;
	display:block;
	text-decoration:none;
	zoom:1;
}

#contents .contents_s li a:hover{
	background-color:#F5F5F5;
}

#contents .contents_s h2.title_loginform{
	background:url(../img/title_loginform.gif) no-repeat left top;
}

#contents .contents_s #form_table{
	margin-bottom:20px;
	background-color:#FFF;
	margin-top:4px;
	padding:10px;
	border:1px solid #C5C5C5;
	width:auto;
}

#contents .contents_s #form_table #login_form{
	padding:0;
}

#contents .contents_s #form_table #login_form table th{
	width:85px;
	padding-bottom:3px;
}

#contents .contents_s #form_table #login_form table td{
	padding-bottom:3px;
}

#contents .contents_m{
	float:right;
	width:640px;
}

#contents .contents_m h2{
	width:640px;
	height:30px;
	overflow:hidden;
	text-indent:-9877em;
	border:0;
	padding:0;
	margin:0;
}

#contents .contents_m h2.title_news{
	background:url(../img/title_news.gif) no-repeat left top;
}
#contents .contents_m h2.title_update{
	background:url(../img/title_update.gif) no-repeat left top;
}

#contents .contents_m ul{
	margin-bottom:30px;
}

#contents .contents_m li{
	padding:12px 0 12px 0;
	border-bottom:1px solid #DCDCDC;
	/zoom:1;
	line-height:140%;
}

#contents .contents_m li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

#contents .contents_m li span{
	float:left;
	width:72px;
	display:block;
	padding-top:1px;
}

#contents .contents_m li p{
	float:right;
	width:553px;
	background:url(../img/list_icon.gif) no-repeat left 4px;
	padding:1px 0 1px 15px;
}


/*----------------------------------*/
/*          ログインページ          */
/*----------------------------------*/

#contents #form_table table caption{
	display:none;
}

#contents #form_table{
	border:1px solid #C5C5C5;
	background-color:#FFF;
	padding:15px 10px 15px 10px;
}

#contents #form_table p{
	font-weight:bold;
	font-size:13px;
	color:#F00;
	text-align:center;
	margin:0px auto 15px auto;
	
}

#contents #form_table #login_form{
	margin:0 auto 0 auto;
	padding:20px;
}

#contents #form_table #login_form .button{
	text-align:center;

}

#contents #form_table #login_form .button input{
	margin:1em 0 0 -2em;
	font-size: 12px;
}

#contents #form_table #login_form table{
	width:auto;
	margin:0 auto 0 auto;
}

#contents #form_table #login_form table th{
	text-align:right;
	width:95px;
	padding:0 10px 10px 0;
	border:none;
	background:none;
}

#contents #form_table #login_form table td{
	padding:0 10px 10px 0;
	border:none;
}


/*----------------------------------*/
/*         管理トップページ         */
/*----------------------------------*/

#contents .contents_s h2.title_adminmenu{
	background:url(../img/title_adminmenu.gif) no-repeat left top;
}

#contents .contents_s h2.title_adminset{
	background:url(../img/title_adminset.gif) no-repeat left top;
}

#contents .contents_m h2.title_category{
	background:url(../img/title_category.gif) no-repeat left top;
}

#contents .contents_m h2.titie_information{
	background:url(../img/title_information.gif) no-repeat left top;
}

#contents .contents_m h3.sub{
	margin-top:10px;
}

#super_user{
	width:980px;
	margin:0 auto 0 auto;
}

#super_user ul{
}
	
#super_user ul li{
	margin-top:5px;
}
	
#super_user ul li a{
	color:#FFF;
	padding:5px 10px 5px 10px;
	background-color:#434343;
	width:60px;
	display:block;
	text-align:center;
}

/* 管理者用の業務メニュー */
#header_ctrl{
	background: #27b7da;
	border-bottom: 1px solid #1d89a3;
	color: #FFF;
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 5px 0 10px 0;
}

#header_ctrl .ctrl_menu{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header_ctrl .ctrl_menu li{
	display: inline-block;
	margin-right: 5px;
}

#header_ctrl .ctrl_menu li a{
	display: inline-block;
	font-family: "メイリオ";
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 1em 1.6em;
	background: rgba(0,0,0,0.4);
	color: #FFF;
	border-radius: 2px;
}

#header_ctrl .ctrl_menu li a:hover{
	background: rgba(0,0,0,0.5);
}

#header_ctrl .ctrl_mes{
	font-family: "メイリオ";
	font-size: 16px;
	width: 980px;
	margin: 0 auto;
	padding: 0.6em 0 0;
}

#header_ctrl .ctrl_mes p{
	margin-bottom: 0.6em;
}

#header_ctrl .ctrl_mes a{
	display: inline-block;
	padding: 3px;
	margin: 0 2px;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
}

#header_ctrl .ctrl_mes a:hover{
	background: rgba(0,0,0,0.5);
}

#header_ctrl .ctrl_menu li.searchs{
	position: absolute;
	right: 0;
	top: 0;
}

#header_ctrl .ctrl_menu li input{
	display: inline-block;
	font-family: "メイリオ";
	font-size: 14px;
	text-decoration: none;
	padding: 0.6em;
	border: 0;
	outline: none;
	border-radius: 2px;
	width: 100px;
	background: rgba(255,255,255,0.6);
	transition: 0.5s;
}

#header_ctrl .ctrl_menu li input:focus{
	border: 0;
	background: rgba(255,255,255,0.9);
	width: 200px;
}

#header_ctrl .ctrl_menu li input[type="submit"]{
	width: auto;
	padding: 0.6em 1em;
	cursor: pointer;
	background: rgba(0,0,0,0.9);
	color: #FFF;
	transition: 0s;
}

#header_ctrl .ctrl_menu li input[type="submit"]:hover{
	background: rgba(0,0,0,0.7);
}

/*----------------------------------*/
/*            顧客の一覧            */
/*----------------------------------*/

#contents .search h3.search{
	background:url(../img/search.gif) no-repeat left top;
	padding:6px 0 7px 35px;
	font-size:16px;
}

#contents .search #search_table{
	background-color:#FFF;
	padding:10px 20px 10px 20px;
	border:1px solid #C5C5C5;
	width:938px;
	margin:0 auto 20px auto;
}

#contents .search #search_table table{
	width:100%;
	margin:10px auto 10px auto;
}

#contents .search #search_table table th{
	font-weight:bold;
	border-right:none;
	padding:10px;
	background-color:#e4e4e4;
	border:1px solid #b1b1b1;
	border-right:1px dotted #b1b1b1;
	text-align:right;
}

#contents .search #search_table table td{
	border-left:none;
	padding:10px;
	border:1px solid #b1b1b1;
	border-left:none;

}

#contents .search #search_table .button{
	text-align:center;
}

#contents .search #search_table .button input{
	padding:3px 10px 3px 10px;
}

#contents .search .search_page{
	margin:10px auto 10px auto;
	text-align:center;
}

#contents .search .search_page p{
	margin:5px auto 5px auto;
}

#contents .search .search_page p span{
	font-size:16px;
	font-weight:bold;
}

#contents .search .search_page ul{
	margin:15px auto 20px auto;
}

#contents .search .search_page ul li{
	display:inline;
	margin-right:5px;
}

#contents .search .search_page ul li.focus{
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px solid #AAA;
}

#contents .search .search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #AAA;
}

#contents .search .search_page ul li a:hover{
	background-color:#ebebeb;
}

#contents .search #list_table{
}

#contents .search #list_table table,
#contents #user_info .info_table table{
	margin:10px auto 15px auto;
	width:100%;
}

#contents .search #list_table table th,
#contents #user_info .info_table table th{
	background-color:#249AB6;
	padding:15px 0 15px 0;
	font-size:13px;
	text-align:center;
	color:#FFF;
	border-left:1px dotted #EEE;
	border-right:1px dotted #EEE;
	border-bottom:1px solid #777;
	border-top:1px solid #777;
}

#contents .search #list_table table td,
#contents #user_info .info_table table td{
	border-bottom:1px solid #777;
	border-left:1px dotted #BBB;
	border-right:1px dotted #BBB;
	padding:12px 7px 12px 7px;
	text-align:center;
}

#contents .search #list_table table td.left,
#contents #user_info .info_table table td.left{
	text-align:left;
}

#contents .search #list_table table td.entry,
#contents #user_info .info_table table td.entry{
	text-align:right;
	font-weight:bold;
	background-color:#e6e6e6;
	padding:7px 7px 7px 7px;
	font-size:13px;
}

#contents .search #list_table table td.entry a,
#contents #user_info .info_table table td.entry a{
	background:url(../img/list_icon.gif) no-repeat left center;
	padding-left:15px;
}

#contents .search #list_table table td .bold_black{
	font-weight:bold;
	font-size:14px;
}

#contents .search #list_table table tr.U001 td{
}

#contents .search #list_table table tr.U002 td{
	background:#ffe;
}


/*----------------------------------*/
/*            顧客の情報            */
/*----------------------------------*/

#contents #user_info{
}
	
#contents #user_info .right{
	margin-bottom:15px;
	text-align:right;
}
	
#contents #user_info .right a{
	padding:5px 10px 5px 10px;
	border:1px solid #74c6da;
	background-color:#249AB6;
	color:#FFF;
}
	
#contents #user_info .right a:hover{
	background-color:#434343;
}

#contents #user_info .info_table table.user{
}

#contents #user_info .info_table table.user th{
	border:1px solid #b1b1b1;
	border-right:1px dotted #b1b1b1;
	background-color:#e4e4e4;
	color:#333;
}

#contents #user_info .info_table table.user td{
	text-align:left;
	border:1px solid #b1b1b1;
	border-left:none;
	padding:12px 7px 12px 7px;
	line-height:140%;
}


/*----------------------------------*/
/*            顧客の編集            */
/*----------------------------------*/

#contents #form_table table{
	width:938px;
	margin:5px auto 15px auto;
}

#contents #form_table table th{
	font-weight:bold;
	border-right:none;
	padding:10px;
	background-color:#e4e4e4;
	border:1px solid #b1b1b1;
	border-right:1px dotted #b1b1b1;
	text-align:right;
}

#contents .att{
	color:#f01d1d;
	font-size:11px;
}

#contents #form_table table td{
	border-left:none;
	padding:10px;
	border:1px solid #b1b1b1;
	border-left:none;

}

#contents #form_table table td.validate{
	background-color:#FFEEEE;
}

#contents #form_table table td.validate .error{
	margin:5px 0 0 0;
	font-weight:bold;
	font-size:11px;
	color:#F00;
}

#contents #form_table table td .hint{
	margin:5px 0 0 0;
	font-size:11px;
	color:#999;
}

#contents #form_table table td textarea{
	width: 98%;
}

#contents #form_table .button{
	text-align:center;
}

#contents #form_table .button input{
	margin-right:10px;
}

#contents #message{
	background-color:#FFF;
	padding:10px 20px 10px 20px;
	border:1px solid #C5C5C5;
	width:938px;
	margin:0 auto 20px auto;
	text-align:center;
}

#contents #message p.icon_i{
	background:url(../img/icon_design/icon_i.gif) no-repeat center top;
	padding-top:35px;
}

#contents #message p{
	margin:15px auto 10px auto;
	line-height:140%;
}


/*----------------------------------*/
/*             注文履歴             */
/*----------------------------------*/

#contents #user_info #search_table{
	border:5px solid #DDD;
	background-color:#FFF;
	padding:15px;
}

#contents #user_info #search_table strong{
	font-size:13px;
}

#contents #user_info #search_table ul{
	margin:10px 0 0 10px;
}

#contents #user_info #search_table ul li{
	background:url(../img/list_icon2.gif) no-repeat left center;
	padding-left:15px;
	margin-top:5px;
}


/*----------------------------------*/
/*          ページの一覧            */
/*----------------------------------*/

#contents .search #list_table .edit_delete a{
	background-color:#249AB6;
	border:1px solid #74C6DA;
	padding:5px;
	color:#FFF;
}

#contents .search #list_table .edit_delete a:hover{
	background-color:#434343;
}


/*----------------------------------*/
/*         会員トップページ         */
/*----------------------------------*/

#contents .contents_s h2.title_tool{
	background:url(../img/title_tool.gif) no-repeat left top;
}

#contents .contents_s h2.title_option{
	background:url(../img/title_option.gif) no-repeat left top;
}

#contents .contents_s h2.title_customize{
	background:url(../img/title_customize.gif) no-repeat left top;
}

/*----------------------------------*/
/*         お知らせ(other)          */
/*----------------------------------*/

.ws_info_body{
	padding: 12px;
}

.ws_info_body p{
	margin: 0 0 18px;
}

.ws_info_body h3{
	font-size: 12px;
	margin: 0 0 12px;
}

.ws_info_body ul	{
	margin: 0 0 12px 12px;
}


.checkbox label{
	display:block;
	width:50%;
	float:left;
	margin-bottom:2px;
}

/*----------------------------------*/
/*         汎用スタイル             */
/*----------------------------------*/

.alert_mes{
	font-family: "メイリオ";
	background: rgba(233,30,99 ,0.1);
	border: 1px solid rgba(233,30,99 ,0.1);
	color: rgba(233,30,99 ,1);
	padding: 0.6em;
	margin-bottom: 1em;
	border-radius: 3px;
	box-shadow: 1px 2px 3px #EEE;
}

.button input{
	display: inline-block;
	border: none;
	border-radius: 3px;
	background: rgba(0,0,0,0.8);
	box-shadow: 1px 2px 3px #EEE;
	color: #EEE;
	font-size: 14px;
	font-weight: bold;
	padding: 0.6em 1em;
	margin: 1em 0;
	cursor: pointer;
}

.button input:hover{
	background: rgba(0,0,0,0.6);
}