* { padding: 0; margin: 0; }

body, td, p ,div{ 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	color:#000;
}
input, button, textarea, select { color:#000;}
input[type=submit] { color:#222222; padding:10px 20px;}
input[type=reset] { color:#222222; padding:10px 20px;}
input[type=reset] { color:#222222; padding:10px 20px;}

img { border: 0; }
a:link, a:active { text-decoration:none; color:#000000; outline:none; }
a:visited  { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#000000;}
h1 {font-size:9px;}
li {list-style:none;}

body{margin:0;padding:0;background:#ffffff; }
/*============================================================================================================================================================
common
============================================================================================================================================================*/
.c-red {color:#ff0000;}
.ranking {color:#ff0000; text-align:center; font-size:12px; font-weight:bold;}
#descripiton {float:left; width:100%; padding:2px 0; text-align:center;}

/*============================================================================================================================================================
index 
============================================================================================================================================================*/
#index {float:left; width:100%; background:#000;}
#index .enter {width:100%; margin-bottom:10px;}
#index .enter img {width:100%; }
#index .disc {float:left; width:100%; margin-bottom:10px; font-size:11px; color:#fff;}
#index .disc img {float:left; margin-right:10px;}
#index .text {float:left; width:100%; padding:5px; margin-bottom:10px; color:#fff; margin-top:10px;}



/*============================================================================================================================================================
tail 
============================================================================================================================================================*/
#tail {float:left; width:100%; background:#333; padding:10px 0;}
#tail .copy {float:left; width:100%; text-align:center; color:#fff; font-size:0,8em;}
#tail .copy a {color:#fff;}

/*============================================================================================================================================================
common 
============================================================================================================================================================*/
#title {float:left; width:95%; color:#333; font-weight:bold; padding:10px 0 10px 5%;
background: rgb(255,145,190);
background: linear-gradient(180deg, rgba(255,145,190,1) 0%, rgba(255,90,156,1) 100%);
 border-top:1px solid #ccc;  border-bottom:1px solid #333; margin-bottom:5px; }
#title:first-letter{color:#000; font-size:170%;}

/*============================================================================================================================================================
contents
============================================================================================================================================================*/
#contents {float:left; width:100%; margin-bottom:20px;}
#contents li {float:left; width:100%; margin-bottom:20px; padding:5px 0 ; color:#fff; border-bottom:1px dashed #222;}
#contents p {float:left; width:94%; padding:10px; }

#menu {float:left; width:100%; margin-bottom:10px; }
#menu li {float:left; width:100%; margin-bottom:10px; border-bottom:1px dotted #222; padding:5px 0; font-weight:bold; font-size:120%; }

#sub {float:left; width:100%; margin-bottom:20px;}
#sub li {float:left; width:100%; margin-bottom:20px; padding:5px 0 ; color:#333; border-bottom:1px dashed #222;}
#sub p {float:left; width:94%; color:#000; font-size:16px; font-weight:bold; padding:10px; }

#line {float:left; width:100%; margin-bottom:10px; padding:5px 0; font-weight:bold;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ff52+0,91e842+100;Neon */
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
}
#line p {float:left; width:100%; font-size:16px; font-weight:bold; }

/*============================================================================================================================================================
table 
============================================================================================================================================================*/
table.recruitTable {width:100%;  border-collapse: collapse; }
table.recruitTable td {height:30px; text-align:left; vertical-align:middle; padding:5px 10px; font-size:16px; border-bottom:1px solid #333; font-family: "MS-PRGothic";}
table.recruitTable th {text-align:left; vertical-align:middle;  padding:5px 10px; font-size:16px; border-bottom:1px solid #333; line-height:18px; font-family: "MS-PRGothic";}

table.contactTable {float:left; width:100%; border-collapse: collapse; margin:10px 0 10px 10px;}
table.contactTable th {width:35%; vertical-align:middle; padding:5px; font-size:16px; text-align:left; border-bottom:1px dotted #afafaf; }
table.contactTable td.submit {text-align:center;}
table.contactTable td {vertical-align:middle; padding:5px; text-align:left; border-bottom:1px dotted #afafaf; font-size:16px;}
table.contactTable td textarea {width:200px; height:250px;}
table.contactTable td .address_input input[type=text] {width:450px; padding:2px 5px; margin-right:5px;}
table.contactTable td input[type=text] {padding:2px 5px; margin-right:5px;}
input[type=submit] {width:100px; height:25px; padding:2px 5px;}
input[type=reset] {width:100px; height:25px; padding:2px 5px;}
.yo {color:#ff0000; font-size:12px;}