* {
	font-size:100%;
	font-family:Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro,
	'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
}
body {
	margin:0;
	padding:0;
	background:#F5F5F5;
}
body.dir-index {
	background:#FFF;
}
img {
	border:none;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
}

h1 {
	margin:15px 0 0 0;
	padding:0;
}
h2 {
	margin:0;
	padding:7px;
	border-bottom:1px solid #999;
}
.dir-index h2 {
	clear:both;
}
.dir-enq h2 {
	width:640px;
}
table {
	margin:0 0 15px 0;
	width:100%;
	border-spacing:0;
	border-bottom:0px solid #999;
	font-size:small;
}
table th,
table td {
	padding:7px 5px;
	border-bottom:1px dotted #CCC;
	vertical-align:top;
}
table th {
	text-align:right;
}
table td ul {
	margin:0;
	padding:0;
	font-size:12px;
	color:#999;
	list-style-type:none;
}
th.hedding {
	text-align:left;
	background:#EFEFEF;
	background-color:#EFEFEF;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(#FFF,#EFEFEF);
	background-image:-ms-linear-gradient(#FFF,#EFEFEF);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFF),color-stop(100%,#EFEFEF));
	background-image:-webkit-linear-gradient(#FFF,#EFEFEF);
	background-image:-o-linear-gradient(#FFF,#EFEFEF);
	background-image:linear-gradient(#FFF,#EFEFEF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
}
th.hedding h3 {
	margin:0;
}
td select {
	margin:0 5px 5px 0;
	padding:3px;
	background-color:#FFF;
	border:1px solid #999;
	border-radius:3px;
}
td input[type="text"] {
	width:180px;
	display:inline-block;
	padding:4px;
	font-size:13px;
	margin:0 5px 5px 0;
	outline:0;
	background-color:#FFF;
	border:1px solid #999;
	border-radius:3px;
}
td input[type="text"]:focus {
	background-color:#FFF;
	border:1px solid #56b4ef;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 0 8px rgba(82,168,236,0.6)
}
.rapper {
	width:950px;
	padding:0px 20px;
	background:#FFF;
	box-shadow:0 0 7px 0 #CECECE;
}
userTable {
	float:left;
}
.userTable th {
	text-align:right;
	width:120px;
}
.userTable th.long {
	text-align:left;
}
.rapper {
	margin:auto;
	width:970px;
}
.mainCont {
	width:660px;
	float:left;
}
.dir-index .mainCont {
	margin:auto;
	width:660px;
	word-break:break-all;
	float:none;
}
.mainCol {
	width:100%;
	background:#FFF;
}
.mainColInner {
	margin:auto;
	width:970px;
}
.navBar * {
	font-size:small;
}
.navBarOuter {
	width:300px;
	float:right;
}
.navBarInner {
	width:290px;
	position:fixed;
	margin-left:10px;
	z-index:998;
}
.navBar {
	margin-top:15px;
}
.buttonSubmit {
	width:80%;
	margin:auto;
	padding:0;
	text-align:center;
}
.buttonSubmit a,
.buttonSubmit button {
	margin:15px auto 0 auto;
	padding:10px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#333;
	border-radius:3px;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	text-shadow:0 -1px 1px rgba(0,0,0,.25)!important;
	background-color:#36B;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(#6BE,#36B);
	background-image:-ms-linear-gradient(#6BE,#36B);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#6BE),color-stop(100%,#36B))!important;
	background-image:-webkit-linear-gradient(#6BE,#36B)!important;
	background-image:-o-linear-gradient(#6BE,#36B);
	background-image:linear-gradient(#6BE,#36B);
	border-color:#057ed0!important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1)!important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	border:1px solid #057ed0!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b9ed',endColorstr='#366abe',GradientType=0);
}
.buttonSubmit button:hover,
.buttonSubmit a:hover {
	background:#49C;
	cursor:hand;
}
.logoImg,
.infoArea {
	float:left;
}
.infoArea .hedding {
	text-align:left;
}
.infoArea .buttonSubmit a {
	margin:0;
}
.logoImg img {
	height:40px;
}
.infoAreaSpecsBox {
	margin:0 5px 0 0;
	float:left;
	border:1px solid #999;
	border-radius:3px;
}
.infoAreaSpecs small,
.infoAreaSpecs strong {
	width:70px;
	display:block;
	float:left;
	text-align:center;
}
.infoAreaSpecs small {
	padding:2px 0;
	background:#DEDEDE;
}
.infoAreaSpecs strong {
	padding:7px 0;
	font-size:large;
	clear:both;
}
.infoAreaSpecs span {
	display:none;
}
.pageTop {
	float:right;
	margin:10px 0 10px 5px;
	padding:10px 15px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#BBB;
	border-radius:5px;
	color:#FFF;
}
.pageTop a {
	text-decoration:none;
	color:#CCC;
}
.sponsorInfo {
	width:292px;
	font-size:12px;
	color:#666;
	float:right;
	clear:both;
	position:relative;
	z-index:999;
	background:#FFF;
	right:-2px;
	box-shadow:0 -30px 30px rgba(255,255,255,1)
}
.sponsorInfo h2 {
	width:260px;
}
.dir-index .sponsorInfo {
	width:auto;
	float:left;
	font-size:16px;
	color:#000;
	box-shadow:none;
}
.dir-index .sponsorInfo h2 {
	width:auto;
	clear:both;
}
.sponsorInfo p {
	margin-bottom: 50px;
	margin-right:auto;
	margin-left:auto;
	width:260px;
	text-align:center;
}
.dir-index .sponsorInfo p {
	font-size:12px;
	color:#666;
	width:200px;
	padding:0 10px;
	float:left;
}
.dir-index .sponsorInfo img {
	width:180px;
	margin:10px auto;
}
#sponsorInfo h3 {
	margin:0;
	border-bottom:1px solid #999;
}
#sponsorInfo p {
}
#sponsorInfo img {
	width:200px;
	margin:10px auto;
}
.suggestBox img {
	float:left;
}
.suggestBox {
	width:250px;
	font-size:small;
	position:absolute;
	background:#FFC;
	margin:5px 0 0 386px;
	padding:10px;
	border:1px solid #BB9;
	border-radius:3px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	background-clip:padding-box;
	text-align:center;
}
.suggestBox:before {
	content:'';
	position:absolute;
	border-right:15px solid #BB9;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	top:10px;
	left:-15px;
	color:#f0c14b;
}
.suggestBox:after {
	content:'';
	position:absolute;
	border-right:15px solid #FFC;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	top:10px;
	left:-13px;
}
#signature {
	width:244px;
	margin:10px 0;
	font-size:12px;
	font-family:'MS Gothic',mono;
	line-height:120%;
	color:#999;
}
#suggestBoxClose {
	position:absolute;
	top:-3px;
	float:right;
	right:0px;
	line-height:100%;
	padding:10px 5px 7px 5px;
}
#suggestBoxClose a {
	font-size:large;
	font-weight:bold;
	text-decoration:none;
}
#suggestBoxSubmit {
	display:block;
	margin:0 0 10px 0;
}
#suggestBoxDisp {
	margin:5px 0 0 5px;
	float:right;
	margin-right:20px;
}
#suggestBoxSubmit a,
#suggestBoxDisp a {
	display:block;
	padding:3px 8px 2px 8px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:#f0c14b;
	border-radius:3px;
	color:#332;
	text-shadow:0 1px 1px rgba(255,255,255,1);
	background-color:#f0c14b;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(#f7dfa5,#f0c14b);
	background-image:-ms-linear-gradient(#f7dfa5,#f0c14b);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7dfa5),color-stop(100%,#f0c14b));
	background-image:-webkit-linear-gradient(#f7dfa5,#f0c14b);
	background-image:-o-linear-gradient(#f7dfa5,#f0c14b);
	background-image:linear-gradient(#f7dfa5,#f0c14b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5',endColorstr='#f0c14b',GradientType=0);
	border-color:#773;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	border:1px solid #bf942a;
}
#suggestBoxSubmit a:hover,
#suggestBoxDisp a:hover {
	background:#f0c14b;
}
.kantanLogo {
	width:236px;
}
.upComment {
	color:#000;
}
.upComment div {
	width:485px;!important;
}
.application_link {
	width:640px;
}
.application_link .golink {
	display:none;
}
.dir-enq form {
	width:640px;
}
.dir-confirm form {
	margin:auto;
}
.copyright {
	font-size:10px;
}

.table_topics .hedding {
color:#000;
text-align:left;
}
.table_topics th,
.table_topics td {
border:0;
}
.table_topics img {
	border-radius:15%;
}
.commentBox {
	width:470px;
	font-size:small;
	background:#FFC;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	border:1px solid #BB9;
	border-radius:6px;
	position:relative;
}
.commentBox:before {
	content:'';
	position:absolute;
	border-right:15px solid #BB9;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	top:10px;
	left:-15px;
	color:#664;
}
.commentBox:after {
	content:'';
	position:absolute;
	border-right:15px solid #FFC;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	top:10px;
	left:-13px;
}
.credit p {
	font-size:12px;
}
.dir-index .sponsorInfo {
	display:none;
}
.dir-confirm .table-cart th {
	text-align:left;
}
.dir-complete .mainColInner {
	width:640px;
}
.buttonOk {
	float:right;
}
.buttonNg {
	float:left;
}
.snsBox * {
	float:right;
}
.snsBoxFb {
	margin-right:10px;
}
.snsBoxTw {
	margin-right:10px;
}
.snsBoxGp {
	width:65px;
	float:right;
}
.buttonSubmit a.buttonNg,
.buttonSubmit button.buttonNg {
	margin:15px auto 0 auto;
	padding:10px;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#333;
	border-radius:3px;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	text-shadow:0 -1px 1px rgba(0,0,0,.25)!important;
	background-color:#666;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(#CCC,#666);
	background-image:-ms-linear-gradient(#CCC,#666);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#CCC),color-stop(100%,#666))!important;
	background-image:-webkit-linear-gradient(#CCC,#666)!important;
	background-image:-o-linear-gradient(#CCC,#666);
	background-image:linear-gradient(#CCC,#666);
	border-color:#999!important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1)!important;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	border:1px solid #999!important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC',endColorstr='#666666',GradientType=0);
}
.buttonSubmit button {
	width:100%;
}
.dir-confirm .buttonSubmit button {
	width:45%;
}
#suggestBoxSubmit {
// margin-top:250px;
}
.suggestBox textarea {
// position:absolute;
// top:50px;
// left:10px;
}
.userTable th.long {
width:630px;
}

/*↓概要文のフォントを小さくする--ここから↓※該当部分のHTMLにclass指定を追加すること※*/
.gaiyo {
	font-size:85%;
}
/*↑概要文のフォントを小さくする--ここまで↑*/


/*↓パーミッション部分のリンクの色を変更--ここから↓※該当部分のHTMLにclass指定を追加すること※*/
a.company_profile:link {
	color : #0000FF !important;
}
a.company_profile:visited {
	color : #934C7B !important;
}
/*↑パーミッション部分のリンクの色を変更--ここまで↑*/

