@charset "UTF-8";


/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

label {
	font-weight: normal;
}

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:#555;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;

}

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:none;
	color:#555;
}

a:hover{
	color:#000;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}

input[type="radio"],input[type="checkbox"]{
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.hint{
	margin:5px 0;
	color:#999;
}

.att{
	color:#CC3333 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

label {
	font-weight: normal;
}

/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */


.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.glyphicon {
	margin: 0 5px 0 0;
}

/*----------------------------------------------------------------【外枠設定】*/


#wrapper{
	width:100%;
}

#contents{
	width:1180px;
	margin:0px auto 20px auto;
}

#container{
	margin: 54px 0 0 0;
	background-color:#FFF;
}

.cmnSection {
	padding: 30px 0;
}

.cmnSection__container {
	width: 1180px;
	margin: 0 auto;
}


/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

.navbar {
	box-shadow:
		inset 0 -2px 0 0 rgba(0,0,0,0.1),
		inset 0 2px 0 0 rgba(0,0,0,0.1),
		0 2px 0 0 rgba(0,0,0,0.1)
	;

	/* Bootstrap Changes */
	border: none;
	width: 100%;
	height: 54px;
	left: auto;
	right: auto;
	min-height: initial;
}

.navbar-default {
	background-color: #F10079;
	background: linear-gradient(to bottom, rgba(242,70,118,1), rgba(242,70,118,0.95) );
	border-color: #CE0067;
}

.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,1);
}

.navbar-default .navbar-nav > li > a:hover {
	color: rgba(255,255,255,0.7);
}

.navbar-nav>li>a {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dropdown-menu>li>a {
	font-size: 14px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: rgba(0,0,0,0.05);
}

#logo {
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

#logo h1 {
	display: inline-block;
	padding: 5px 10px 0 10px;
	font-size: 12px;
}

#logo h1 a {
}

#logo h1 a img {
}

.navbar .sb-toggle-left {
	height: 54px;
	width: 54px;
	float: left;
}

.sb-toggle-left{
	cursor: pointer;
	position: relative;
}

.sb-right {
	min-width:450px;
	margin-top: 50px;
}

/* MENUテキスト付アイコン */
.menuToggleBtn {
	color: #FFF;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.menuToggleBtn__ {
	display: inline-block;
	padding: 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
}

.menuToggleBtn__ .glyphicon {
	margin: 0;
}

.menuToggleBtn__name {
	font-size: 10px;
	display: block;
	margin: 3px 0 0;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background:url(../img/style/footer.gif) #f9f9f9; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
	overflow:hidden;
}

.sb-slidebar a {
	color: #FF3971;
	text-decoration: none;
}

.sb-slidebar a:hover {
	color: #E83165; /* Link hover colour. */

	text-decoration: underline;
}

.sb-slidebar small{
	color:#999;
	line-height: 1.5;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 15px; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
	font-size:12px;
}

.sb-menu li a:hover {
	text-decoration: none;
	color:#fff;
	background-color: #555; /* Will lighten any background colour you set. */
}

.sb-menu li a.backToMyPage {
	padding: 0;
}

.sb-menu li a.backToMyPage:hover {
	background-color: inherit;
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid #CCC; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}


/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}

.sb-menu li img {
	margin: 14px;
}



/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}


#head{
	position:relative;
	width:100%;
	margin:0px auto;
	padding:20px 10px 20px 10px;
	border-bottom:1px solid #efefef;
	background-color:#FF4378;

}

#head #logo{
	float:left;
}

#head .hello{
	float:right;
	margin:10px 0 15px;
	text-align:right;
}

#head .head_menu{
	float:right;
	clear:right;
}

#head .head_menu li{
	display:inline-block;
	margin-left:15px;
	padding-left:10px;
	background:url(../../img/system/list_icon.gif) no-repeat left 3px;
}




/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu{
	position:absolute;
	top:35px;
	right:10px;
	float:right;

}

#menu ul li{
	float:left;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}

#menu ul li a{
	color:#777;
	padding:15px 25px;
	display:block;
	text-decoration:none;
	min-width:62px;
}

#menu ul li a:hover{
	background-color:#AAA;
	border-radius: 5px;
	color:#FFF;
}



/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot_wrapper {
	margin: 0;
	padding: 50px 0;
	background:url(../img/style/footer.gif) #f9f9f9;
}

#foot{
	width: 1200px;
	margin: 0 auto;
}

#foot h3{
	font-weight: normal;
	color: #FFF;
	font-size: 18px;
	margin: 0 0 20px;
}

.linkList {
	margin: 0 0 20px;
}

.linkList li {}

.linkList li a {
	display: inline-block;
	padding: 10px 15px;
	color: #FFF;
}

.linkList--horizontal li {
	display: inline-block;
}

.linkList li a:hover {}

.footNav {
	margin: 20px;
	text-align: right;
}

	@media only screen and (max-width:640px) {

		.linkList li {
			display: inline-block;
		}

		.linkList li a {
			text-decoration: underline;
		}

		.footNav {
			text-align: left;
			margin: 20px 0;
		}

	}


.siteCopy {
	overflow: hidden;
	padding: 20px;
	margin: 20px 0;
	border-top: 1px dotted rgba(255,255,255,0.2);
}

.siteCopy__text {
	line-height: 1.4em;
	color: #999;
	font-size: 12px;
}

.siteCopy__text a {
	color: #FFF;
}


#foot #pagetop{
	text-align:right;
	margin-bottom:10px;
	font-size:10px;
}

#foot .foot_university{
	vertical-align:top;
	display:inline-block;
	color:#ccc;
	width:220px;
	min-height:350px;
	padding:12px 0 15px 0;
}

#foot .foot_university .foot_university_list{
	padding:12px 0 15px 0;
}

#foot .foot_university p{
	margin:10px;
	line-height:1.5;
}

#foot .foot_university .twitter-timeline{
	float:left;
	width:460px;
	margin-top:0px;
	border-radius:5px;
}

#foot .foot_university iframe{
	float:right;
	background-color:#efefef;
	margin-top:0px;
	border-radius:5px;
}

#foot .foot_university .foot_university_list{
	min-height:150px;
}

#foot .foot_university .foot_university_list li{

	margin:5px 10px;
	line-height:1.5;
}

#foot .foot_university .foot_university_list li a{
	color:#FFF;
	text-decoration:none;
}

#foot .foot_university .foot_university_list li a:hover{
	color:#CCC;
	text-decoration: underline;
}

#foot .foot_social{
	vertical-align:top;
	display:inline-block;
	color:#ccc;
	width:430px;
	min-height:330px;
	padding:12px 0 15px 0;
}

#foot .foot_social h3{
	margin-bottom:20px;
}


#foot .foot_inline{
	vertical-align:top;
	display:inline-block;
	color:#ccc;
	width:190px;
	height:430px;
	padding:12px 0 15px 0;
}

#foot .foot_inline .foot_menu{
	padding:12px 0 15px 0;
}

#foot .foot_inline .foot_menu li{
	margin:20px 10px;
	padding-left:15px;

	background:url(../img/style/list_icon.gif) no-repeat left 2px;
}

#foot .foot_inline .foot_menu li a{
	color:#FFF;
	text-decoration:none;
}
#foot .foot_inline .foot_menu li a:hover{
	color:#CCC;
	text-decoration: underline;
}

#foot div.copy{
	border-top:1px dotted #666;
	padding:50px 0;
	color:#999;
	line-height:2;
	font-size:11px;
}

#foot div.copy a{ color:#FFF;}


#foot span.ssl{
	float:right;
}

/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
	clear:both;
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	float:left;
	width:730px;
}

.c2 .contents_s{
	float:right;
	width:434px;
}

/* 3カラム
----------------------------------------------- */
.c3{
	position:relative;
}

.c3 .contents_s2{
	position:absolute;
	left:0;
	top:0;
	width:234px;
}

.c3 .contents_s{
	position:absolute;
	right:0;
	top:0;
	width:234px;
}

.c3 .contents_m{
	margin:0 250px;
}

/*----------------------------------------------------------------【汎用デザイン】*/

.commonHeading {}

.commonHeading--lv2,
.contents_m h2{
	margin-top:25px;
	padding:10px 10px 10px 20px;
	margin-bottom:10px;
	font-size:26px;
	font-weight:normal;
	line-height:1.2;
	color:#484848;
	background:url(../img/style/list_icon.gif) no-repeat left center;
	font-family: "Times New Roman", Times, serif;
}

.commonHeading--lv3 {
	padding:10px;
	margin: 0 0 10px;
	font-size: 16px;
	color: #484848;
}

.contents_m h2.F{
	color:#EA5973;
	font-size:36px;
	font-weight:bold;
}

.contents_m h2.M{
	color:#558E9D;
	font-size:36px;
	font-weight:bold;
}

.commonHeading--lv2 span,
.contents_m h2 span{
	font-weight:normal;
	color:#aaa;
	font-size:14px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.commonHeading--lv2 a,
.contents_m h2 a{
	font-weight:normal;
	float:right;
	font-size:14px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background: #FFF;
	text-decoration: underline;
}


.contents_m h3{
	border-left:5px solid #333;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:14px;
}

.contents_m p{
	line-height:150%;
}

.contents_m ul li{
	line-height:150%;
}

.contents_m .description{
	margin:0 0 10px 10px;
	line-height:1.7;
}



/*----------------------------------------------------------------【トップページ】*/

.contents_m .contents_box{
	margin-bottom:15px;
}

.contents_m .contents_box .more{
	text-align:right;
}




/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}


/* ニュース
----------------------------------------------- */
.contents_m .news{
	vertical-align:top;
	display:inline-block;
	width:365px;
}

.contents_m .wide_news{
	width:1180px;
}

.contents_m .news h2{
	font-size:22px;
	padding-left:15px;
	background:none;
	margin-bottom:20px;
	color: #FF1672;
}

.contents_m .news h2 span{
	font-size:14px;
	margin-left:10px;
	color: #FF1672;
}

.contents_m .news ul{
	padding:0px;
}

.contents_m .news ul li{
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}

.contents_m .news ul li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news ul li span{
	float:left;
	font-weight: normal;
	width:80px;
	text-align:left;
	color: #FF1672;
}

.contents_m .news ul li a{
	text-decoration: underline;
}

.widgetList li {
	margin-bottom:10px;
	padding: 0 10px 10px;
	border-bottom: 1px dotted #ccc;
}

.widgetList li br {
	display: none;
}

.widgetList li a {
	text-decoration: underline;
}

.widgetList li span{
	float: none;
	width: auto;
	color: #999;
}

.contents_m .news ul li p{
	margin-left:90px;
}

.contents_s .news ul li p{
	text-align:left !important;
}

/* offer
----------------------------------------------- */

.contents_m h2.titleColor span,
.contents_m h2.titleColor,
.titleColor span,
.titleColor {
	color: #FF1672;
}

.contents_m .offer{
	vertical-align:top;
	margin-left:31px;
	display:inline-block;
	width:778px;
}

.contents_m .offer h2{
	text-align:center;
	font-size:22px;
	padding-left:15px;
	background:none;
	margin-bottom:20px;
	color: #FF1672;
}

.contents_m .offer h2 span{
	font-size:14px;
	margin-left:10px;
	color: #FF1672;
}

.contents_m .offer table th{
	background-color:#fff;
	font-size:12px;
	color:#aaa;
}

.contents_m .offer table td{
	border:none;
}

.contents_m .offer table td a{
	text-decoration: underline;
}

.contents_m .offer table td.offer_category a{
	background-color:#FF1672;
	display:block;
	padding:1px 5px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

.contents_m .offer table tr:nth-child(even) td { background-color:#F9F9F9; }

/* ad
----------------------------------------------- */
.contents_m .ad{
	vertical-align:top;
	margin-left:31px;
	display:inline-block;
	width:365px;
}

.contents_m .ad h2{
	text-align:center;
	padding-left:15px;
	font-size:22px;
	background:none;
	color:#FF1672;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}



/* カテゴリ
----------------------------------------------- */
.contents_m .category ul{
	padding:0 10px;
}

.contents_m .category ul li{
	float:left;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	margin-right:20px;
	padding-left:10px;
}



/* 商品リスト
----------------------------------------------- */
.contents_m .item_list{
	margin-right:-15px;
}

.contents_m .item_list li{
	display:inline-block;
	vertical-align:top;
	width:135px;
	margin:0 10px 15px 0;
}

.contents_m .item_list .img{
	margin-bottom:5px;
}

.contents_m .item_list .title{
	border:0;
	padding:0;
	margin-bottom:5px;
}

.contents_m .item_list .price{
	color:#d60000;
}








/*----------------------------------------------------------------【テーブルスタイル】*/

.contents_m table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}

.contents_m table caption{
	border-bottom:2px solid #000;

	color:#333;
	font-size:16px;
	padding:15px 10px;
}

.contents_m table caption a{
	float:right;
}

.contents_m table th{
	font-weight:normal;
	color:#626262;
	border-bottom:1px solid #ccc;
	padding:12px 10px;
	background-color:#DDD;
}

.contents_m table td{
	border-bottom:1px solid #ccc;
	padding:12px 10px;
	background-color:#FFF;
}

.contents_m table td.ta_center{
	text-align:center;
}

.contents_m table td.ta_right{
	text-align:right;
}

.contents_m table td .label2 label{ /*label 2列*/
	width:50%;
	float:left;
}

.contents_m table td .label3 label{ /*label 3列*/
	width:33%;
	float:left;
}

.contents_m table td .label4 label{ /*label 4列*/
	width:25%;
	float:left;
}

.contents_m table td .label5 label{ /*label 5列*/
	width:20%;
	float:left;
}

.contents_m table td .label6 label{ /*label 6列*/
	width:16%;
	float:left;
}

.contents_m table td .label7 label{ /*label 7列*/
	width:14%;
	float:left;
}




/* 検索テーブル（search_table）
----------------------------------------------- */

.search_table {
	background: #EEE;
	padding: 5px;
	margin: 0 0 20px;
}

.search_table form {
	background: #FFF;
	padding: 5px 0;
}

	.modalBody .search_table {
		background: transparent;
	}

	.modalBody .search_table form {
		background: transparent;
	}

.search_table input {
	max-width: 100%;
}

.contents_m .search_table th{
	background-color:#fff;
	vertical-align:top;
	font-size:16px;
	color:#222;
	padding-top:15px;
}

.contents_m .search_table td{
	color:#777;
	font-size:12px;
}

.btn_search{

}

.btn_search:hover{
	background-color:#aaa;
}

/* 検索結果一覧テーブル（list_table）
----------------------------------------------- */
.contents_m .list_table{
}

.contents_m .list_table tr:nth-child(odd) td{
	background-color:#fcfcfc;
}

.list_table td a {
	text-decoration: underline;
}

.list_table .publish_on .deadline,
.list_table .publish_off .deadline {
	display: inline-block;
	border-radius: 2px;
}

.list_table .publish_on .deadline {
	background: rgba(242,70,118,1);
}

.list_table .publish_off .deadline {
	background: transparent;
	color: #999;
}

.resultOffer .contents_m .list_table {}

.resultOffer .contents_m .list_table .publish_on.pickupJobStyle p.title a {
	color: #EA5973;
}


/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}

.contents_m .info_table .item_img{
	text-align:center;
	margin-bottom:10px;
}


/* 入力フォームテーブル（form_table）
----------------------------------------------- */
.contents_m .form_table{
}

.contents_m .form_table th{
	background-color:#fff;
	vertical-align:top;
	font-size:14px;
	color:#222;
	padding-top:15px;

	border-right:3px double #ccc;
}

.contents_m .form_table td{
	color:#777;
	font-size:12px;
}

.contents_m .form_table th .requisite{
	border:1px solid #ff7272;
	background-color:#FFF;
	font-weight:normal;
	font-size:10px;

	color:#F33;
	padding:1px 2px;
	margin-left:8px;
}

.contents_m .opened{
	border:1px solid #555;
	background-color:#555;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding:2px 3px;
	margin-left:3px;
}

.contents_m .form_table td .alert {
	margin: 0 0 10px;
}

.contents_m .form_table td .hint{
	color:#666;
	display:block;
	padding-top:2px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#FF0000;
	margin-top:5px;
}

.contents_m .main > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

.inputFileList {
	margin: 15px 0;
}

.inputFileList__ {
	margin: 0 0 15px;
	padding: 0 10px;
}

.inputFileList__:not(:first-child) {
	padding: 15px 10px 0;
	border-top: 1px dashed #CCC;
}

.inputFileList__ a {
}

.inputFileList__ a img {
	display: inline-block;
	border: 1px solid #CCC;
}

.inputFileList__ a + br {
	display: none;
}

.inputFileList__ input[type="file"] {
	margin: 15px 0;
}

	@media only screen and (max-width:640px) {

		.contents_m .form_table td .hint {
			font-size: 11px;
		}

	}



/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}

.contents_m .check_table td a{
	text-decoration: underline;
}



/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
}




/*----------------------------------------------------------------【ボタンスタイル】*/

.contents_m .button{
	text-align:center;
	margin:10px auto 10px auto;
}

.contents_m .button input{
	margin:0 10px 0 0;
	padding:3px 10px;
}


/*----------------------------------------------------------------【ニュース本文】*/
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .news_text p{
	margin-bottom:10px;
	background-color:#f9f9f9;
	border-radius: 5px;
	padding:20px;
}


/*----------------------------------------------------------------【ページ本文】*/
.contents_m .page_text{
}

.contents_m .page_text h3{
	font-size: 16px;
	font-weight: normal;
	border: none;
	border-bottom: 2px solid #000;
	padding: 10px;
	margin: 20px 0;
	color: #333;
}

.contents_m .page_text h4{
	font-size: 14px;
	padding: 0 10px;
	margin: 20px 0;
}

.contents_m .page_text ol,
.contents_m .page_text ul{
	margin: 20px 10px 20px 30px;
}

.contents_m .page_text ul li{
	list-style: disc outside;
	line-height:1.4em;
}

.contents_m .page_text ol li{
	list-style: decimal outside;
	line-height:1.4em;
	margin: 0 0 0.4em;
}

.contents_m .page_text p{
	line-height:1.4em;
	margin: 10px;
}


/*----------------------------------------------------------------【メッセージ】*/
.contents_m .message{
	background-color:#f3f3f3;
	margin:20px 0;
	padding:20px;
	border-radius:5px;
}

.contents_m .message ul{
	margin-top:20px;
}

.contents_m .message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	margin-bottom:10px;
}

.contents_m .message p{
	line-height:1.6;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
.contents_m .error_message{
	padding:10px;
	color:#FF0000;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
}

.contents_m .error_message p{
	margin-bottom:10px;
}



/*----------------------------------------------------------------【ページャー】*/


/* ページャー
----------------------------------------------- */
/* cmslPagination */

.cmslPagination {
	margin: 20px 0;
	text-align: center;
}

.cmslPagination__info {
	font-size: 14px;
	margin: 0 0 10px;
}

.cmslPagination__list {
	position: relative;
	height: 40px;
}

.cmslPagination__list ul {
	font-size: 0;
	white-space: nowrap;
}

.cmslPagination__list ul li {
	display: inline-block;
	font-size: 12px;
}

.cmslPagination__list ul li.focus span,
.cmslPagination__list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #CCC;
	margin: 0 5px 0 0;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;

}

.cmslPagination__list ul li a {
	color: #666;
}

.cmslPagination__list ul li a:hover {
	color: #000;
}

.cmslPagination__list ul li.back_full {}

.cmslPagination__list ul li.back {
}

.cmslPagination__list ul li.page {}

.cmslPagination__list ul li.next {}

.cmslPagination__list ul li.next_full {}

.cmslPagination__list ul li.focus span {
	background: #333;
	color: #FFF;
}

@media only screen and (max-width:768px) {

	.cmslPagination__list {
		height: 70px;
	}

	.cmslPagination__list ul li.next_full a,
	.cmslPagination__list ul li.next a,
	.cmslPagination__list ul li.back_full a,
	.cmslPagination__list ul li.back a {
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
	}

	.cmslPagination__list ul li.page {
		display: none;
	}

	.cmslPagination__list ul li.back_full {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.cmslPagination__list ul li.back {
		position: absolute;
		left: 0;
	}

	.cmslPagination__list ul li.next {
		position: absolute;
		right: 0;
	}

	.cmslPagination__list ul li.next_full {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.cmslPagination__list ul li.focus {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}

	.cmslPagination__list ul li.focus span {
	}

}


/*----------------------------------------------------------------【sub_menu】*/

.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display:inline-block;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	padding:3px 15px;
	min-width:70px;
	text-align: center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	-moz-transition:.25s ease-in-out;
	-webkit-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	-ms-transition:.25s ease-in-out;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#777;
}



/*----------------------------------------------------------------【サイドカラム】*/
.contents_s .contents_box{
	margin-bottom:15px;
}

.contents_s .contents_box h2{
	margin-top:25px;
	padding:15px;
	margin-bottom:10px;
	font-size:22px;
	font-weight:normal;
	/*background:url(../img/style/h2_bk.gif) repeat-x center;*/
	border-bottom:3px solid #000;
	color:#000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.contents_s .contents_box h2 span{
	float:right;
	font-size:12px;
}

.contents_s .contents_box  h2.jp{
	font-size:18px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.contents_s .contents_box .body{
	padding:20px 10px;

	border-top:none;
}

/*
.contents_s .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s .contents_box .body dl dd input[type="text"]{
	width:200px;
}
*/

.contents_s .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s .contents_box .body p.more{
	text-align:right;
}

.contents_s .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	margin-top:5px;
}


/*----------------------------------------------------------------【サイドカラム2】*/
.contents_s2 .contents_box{
	margin-bottom:15px;
}

.contents_s2 .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s2 .contents_box .body{
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s2 .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s2 .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s2 .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s2 .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s2 .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s2 .contents_box ul li+li{
	margin-top:5px;
}


/* ページリスト
----------------------------------------------- */
.contents_m > .page{
	margin-top:40px;
}


.contents_m .page .body{
	border:none;
	padding:0;
}

.contents_m .page ul li{
	width:350px;
	display:inline-block;
	background:none;
	padding:0;
	margin-top:15px;
	background-color:#333;
}

.contents_m .page ul li:hover{
	opacity: 0.7;
}

.contents_m .page ul li:nth-child(even){
	margin-left:25px;
}

.contents_m .page ul li.image a{
	display:block;
}

.contents_m .page ul li.text a{
	font-size:20px;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:30px 10px 30px 25px;
}

.contents_m .page ul li.text a span{
	margin-left:10px;
	color:#FF5B9C;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.contents_m .page ul {
			font-size: 0;
			margin: 0 2px;
		}

		.contents_m .page ul li {
			font-size: 11px;
			width: 50%;
			margin: 0;
			padding: 0;
		}

		.contents_m .page ul li:nth-child(even) {
			margin-left: 0;
		}

		.contents_m .page ul li.text {
		}

		.contents_m .page ul li.text a {
			font-size: 11px;
			text-align: center;
			padding: 10px 0;
			border: 1px solid #FFF;
			border-radius: 3px;
		}

	}


/* ================================================================================ */
/*                                                                                  */
/*      プロフィール                                           　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */

.addTagList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:5px 50px 5px 5px !important;
	max-width:300px;
	position:relative;
	vertical-align: middle;
}
.tag_del{
	position:absolute;
	right:5px;
	top:5px;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	margin:0px;
	padding:0px 5px;
}
.tag_del:hover{
	background-color:#ee1133;
}

/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index:9999;
}

#super_user a{
	display: inline-block;
	background: rgba(0,0,0,1);
	color: #FFF;
	padding: 10px 20px;
	border-radius: 3px;
}

#super_user a:hover{
	background-color:#333;
}

/* ------- Clip --------- */
.cilp_item{
	float: right;
	margin: 3px 0 3px 0;
}

.notes{
	padding:5px;
	margin:10px 0 20px 0;
	color:#999;
	font-size:10px;
}





.clientImage{
	border-radius:5px;
}









h2.itemsH2Title{
	font-size:28px;
	color:#666;
	background-color:#fff;
	border-bottom:2px dotted #ccc;
	margin:10px 0;
	padding:20px 5px 20px 15px;
	font-weight:normal;
}

h2.itemsH2Title span{
	font-size:18px;
	color:#AAA;
	font-weight: normal;
}

h2.itemsH2Title strong{
	font-size:28px;
	color:#FF1672;
	font-weight: normal;
}

h2.itemsH2Title ul{
	float:right;
	font-size:13px;
	font-weight:normal;
	color:#666;
	text-align:right;
	line-height:1.2;
}

h2.itemsH2Title .sub_menu li a{
	padding:7px 15px;
	min-width:90px;
	text-align: center;
}

p.belong{
	color:#999;
	padding:25px 0;
}

p.belong a{
	font-size:16px;
}

.items_photo{
	text-align:center;
	margin:15px 0;
}
.main_photo{

	float:left;
}
.main_photo img{
	border:1px solid #ccc;
	padding:1px;
}



.sub_photo{
	display:inline-block;
	width:735px;
	text-align:left;
}
.sub_photo li{
	border:1px solid #ccc;
	padding:1px;
	display:inline-block;
	width:65px;
	margin:0px 0px 6px 0px;
	height:65px;
}
.sub_photo li img{
	width:65px;
	height:65px;
	opacity: 0.7;
}
.sub_photo li img:hover{
	opacity: 1;
}


.contents_s .items_photo .sub_photo {
	width: 100%;
	display: block;
	text-align: center;
}

.contents_s .items_photo .sub_photo li{
	background: none;
	padding: 0;
	height: auto;
}

.contents_s .items_photo .sub_photo li img{
	width: 100%;
	height: auto;
}



.add_url{
	float:right;
}

.itemsPhotoList li{
	font-size:19px;
	background-position: 10px center !important;

}

.itemsPhotoList li:nth-child(even){
	background-color: #f9f9f9 !important;
}

.itemsPhotoList img{
	border-radius: 50%;
	border:1px solid #ccc;
	vertical-align: middle;
}

.itemsPhotoList a{
	display: block;
	padding:10px 15px;
	text-decoration: none;
}

.itemsPhotoList span.no{
	color:#FF1672;
}
.itemsPhotoList span.spell{
	color:#999;
	font-size:11px;
}



.cover_image{
	width:100%;
	background-color:#FFBDDC;
	background:url(../img/background.jpg) center center;
}
.cover_image > div{
	position:relative;
	width:1180px;
	height:280px;
	margin:0px auto;
	text-align:right;
	margin-bottom:20px;
	margin-top:-20px;
}
.cover_image div > p.img{
	position:absolute;
	background-color:#fff;
	border:3px solid #FED8E5;
	padding:2px;
	width:300px;
	border-radius: 50%;
	top:5px;
	right:170px;
}
.cover_image div > p.img > img{
	border-radius: 50%;
}

.cover_image div p.contest_name{

	color:#FF8BB2;
	position:absolute;
	font-size:16px;
	top:40px;
	left:140px;
}
.cover_image div span{

	color:#FF6699;
	position:absolute;
	font-size:72px;
	top:70px;
	left:140px;
	filter:dropshadow(color=#ffffff,offX= 0,offY=-1)
	dropshadow(color=#ffffff,offX= 1,offY= 0)
	dropshadow(color=#ffffff,offX= 0,offY= 1)
	dropshadow(color=#ffffff,offX=-1,offY= 0);
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 2px;

	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
	white 2px -2px 0px, white -2px -2px 0px;
}
.cover_image div span strong{
	display:block;
	font-weight:normal;
	margin-top:10px;
	font-size:44px;
}


.breadcrumb{
	clear:both;
	background-color:#f9f9f9;
	width:100%;
	padding:20px 0;
	margin-bottom:20px;
	text-align:right;
	border-bottom:1px solid #EEE;
	background:url(../img/style/footer.gif) #f9f9f9;
	border-radius: 0;
}

.breadcrumb li.university{
	padding:5px;
	float:left;
	font-weight:normal;
	font-size:32px;
	color:#efefef;
	background:none;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:3px;
}

.breadcrumb ul{
	width:1100px;
	margin:0px auto;
	font-size:14px;
}

.breadcrumb ul li{
	display:inline-block;
	text-decoration:none;
	padding:10px 1px;

	font-weight:bold;
	color:#fff;

}

.breadcrumb ul li a{
	font-weight:normal;
	color:#FFF;
	padding:5px;
	text-decoration:none;
}

.breadcrumb ul li a:hover{
	text-decoration:underline;
	color:#CCC;
}

.breadcrumb ul li+li{

	padding-left:20px;
	background:url(../img/system/list_icon.gif) no-repeat 5px center;
}


.sub_menu .twitter a, .sub_menu .facebook a{
	margin:10px;
	padding:20px 40px !important;
	font-size:16px;
	font-weight:normal !important;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;

}
#page-top a {
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	border-radius: 50%;
	text-align: center;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}


p.button > input[type=button],
p.button > input[type=submit]{
	padding:6px 50px;
	line-height:30px;
	background: #FFF;
	color:#333;
	border: 1px solid #333;
	font-size:14px;
	cursor:pointer;
	outline: none;
}
p.button > input[type=button]:hover,
p.button > input[type=submit]:hover{
	opacity: 0.7;
}


/* 操作アイコン */
.contents_m .operation{
	text-align:center;
	line-height:1;
}

.contents_m .operation li{
	display:inline-block;
	text-align:left;
	line-height:1;
}

.contents_m .operation li+li{
	padding-left:1px;
}

.contents_m .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .operation li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*複製*/
.contents_m .operation li.copy a{
	background-image:url(../img/system/icon_copy.png);
}

/*編集*/
.contents_m .operation li.edit a{
	background-image:url(../img/system/icon_edit.png);
}

/*削除*/
.contents_m .operation li.delete a{
	background-image:url(../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .operation li.more a{
	background-image:url(../img/system/icon_more.png);
}

/*ログイン*/
.contents_m .operation li.login a{
	background-image:url(../img/system/icon_login.png);
}

/*ログイン不可*/
.contents_m .operation li.not_login{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
	background-image:url(../img/system/icon_not_login.png);
}

/*PC*/
.contents_m .operation li.pc a{
	background-image:url(../img/system/icon_pc.png);
}

/*mobile*/
.contents_m .operation li.mobile a{
	background-image:url(../img/system/icon_mobile.png);
}


.contents_m .all_operation{
	text-align:center;
}




/*----------------------------------*/
/*     よくあるご質問のスタイル     */
/*----------------------------------*/

.contents_m .faq h3{
	border:none;
	border-bottom:2px solid #000;
	font-weight:normal;
	color:#333;
	font-size:16px;
	padding:15px 10px;
}


/*inquiry*/

.request textarea{
	margin:10px !important;
	width:280px !important;
}


/*----------------------------------*/
/*        利用規約のスタイル        */
/*----------------------------------*/

.agreement{
	background-color:#FFF;
	padding:0 10px;
	line-height:1.6;
}

.agreement h3{
	float:none;
	font-size:18px;
	font-weight:normal;
	border:none;
	border-bottom:2px solid #000;
	margin-bottom:10px;
	padding:10px 20px;
	color:#333;
}

.agreement h4{
	padding-top:10px;
	font-size:14px;
}

.agreement ol,.agreement ul{
	margin:10px 0 10px 25px;
}

.agreement ul li{
	list-style:disc
}





.identification{
	background-color:#548500;
	color:#fff;
	padding:5px 15px;
}

.no_identification{
	background-color:#EA5973;
	color:#fff;
	padding:5px 15px;
}


.plusone{
	background-color:#fff;
	color:#f00;
	position:absolute;
	right:-10px;
	margin-left:5px;
	padding:0px 3px;
	font-weight: bold;
	font-size:10px;
}
.workmate ul{
	overflow: hidden;
	width:765px;
	margin:15px auto;
	font-size:14px;
}
.workmate li{
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
}

.workmate li p.title{
	margin-top:5px;
	font-size:11px;color:#000;
}

.workmate li p.unknown{
	color:#ccc;
}

.workmate li p.failed{
	font-size:12px;
}

.workmate li img{
	border:1px solid #ccc;
	border-radius: 50%;
	-moz-transition:.25s ease-in-out;
	-webkit-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	-ms-transition:.25s ease-in-out;
}

.workmate li img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.F a,.F{
	color:#EA5973 !important;
}
.M a,.M{
	color:#447D8C !important;
}

.tips{
	background-color:#f9f9f9;
	border-radius:5px;
	border:1px solid #efefef !important;
}

/*----------------------------------*/
/*     各種ページ                   */
/*----------------------------------*/

.whatsWell {
	text-align: center;
	margin: 30px 0;
	padding: 20px;
}

.whatsWell h3 {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.4em;
}

.mtPages {
	padding: 0 10px;
}

.mtPagesAbout {
	text-align: center;
	font-size: 16px !important;
	line-height: 1.6 !important;
	margin: 30px 0 !important;
}

.mtPagesAbout > span {
	font-weight: bold;
}

.mtPages h3 {
	font-size: 20px;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	margin: 30px 0;
	color: #333;
}

.mtPages h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 0 20px;
	color: #333;
}

.mtPages p {
	font-size: 14px;
	margin: 0 20px 20px;
}

.mtPages ul {
	margin: 0 20px 20px 40px;
}

.mtPages ul li {
	list-style: disc outside;
	font-size: 14px;
}

.mtPages ul li a {}

.mtPages .mtPages__table {
	padding: 10px 20px;
}

.mtPages .mtPages__table thead th {
	background: transparent;
	font-weight: bold;
}

.mtPages .mtPages__table tbody th {
	background: #EEE;
}

.mtPagePrice {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}

.mtPagePanel {
	background: #F9F9F9;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 3px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}

.mtPages .mtPagePanel h4 {
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	margin: 0 0 10px;
}

.mtPages .mtPagePanel p {
	font-size: 13px;
}


	@media only screen and (max-width:640px) {

		.mtPagesAbout {
			text-align: left;
			font-size: 12px !important;
			line-height: 1.6 !important;
			margin: 20px 0 !important;
		}

		.mtPagesAbout > br {
			display: none;
		}

		.mtPages h3 {
			padding: 10px;
			margin: 20px 0;
			font-size: 15px;
		}

		.mtPages h4 {
			padding: 10px;
			margin: 20px 0 10px;
			font-size: 14px;
		}

		.mtPages p {
			margin: 0 10px 10px;
			font-size: 12px;
		}

		.mtPages ul {
			margin:  0 10px 10px 20px;
		}

		.mtPages ul li {
			font-size: 12px;
		}

		.mtPagePanel {
			margin: 0 0 10px;
		}


	}

/* ブロック */

.mtBlock {
	display: flex;
	flex-wrap: wrap;
}

.mtBlock__ {
	width: 100%;
}

.mtBlock--2 .mtBlock__ { width: 50%;  }
.mtBlock--3 .mtBlock__ { width: 33.3333333333%; }
.mtBlock--4 .mtBlock__ { width: 25%; }
.mtBlock--5 .mtBlock__ { width: 20%; }

.mtBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.mtBlock--separate .mtBlock__ {
	padding: 0 10px;
}

	@media only screen and (max-width:640px) {

		.mtBlock {
			display: flex;
			flex-wrap: wrap;
		}

		.mtBlock__ {
			width: 100%;
		}

		.mtBlock--2 .mtBlock__ { width: 100%;  }
		.mtBlock--3 .mtBlock__ { width: 100%; }
		.mtBlock--4 .mtBlock__ { width: 100%; }
		.mtBlock--5 .mtBlock__ { width: 100%; }

		.mtBlock--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.mtBlock--separate .mtBlock__ {
			padding: 0 10px;
		}

	}


/*----------------------------------*/
/*     龍が如く                     */
/*----------------------------------*/

.ryu6bg {
	background: url(../../common/img/ryu6/ryu6background.png) no-repeat top center;

}

.ryu6audition {
	padding: 260px 80px 80px;
	font-size: 14px;
}

.contents_m .ryu6audition p {
	font-size: 16px;
	text-indent: 1em;
	padding: 10px 40px;
}

.ryu6audition__link {
	margin: 0 0 50px;
}

.ryu6audition__link a {
	display: block;
	margin: 0 20px;
	padding: 30px;
	box-shadow: 5px 5px #DDD;
	background: #F5F5F5;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
}

.contents_m .ryu6audition h2 {
	background: transparent;
	padding: 0;
	margin: 120px 0 60px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
}

.ryu6audition h3 {
	border: none;
	font-size: 30px;
	line-height: 1.4;
	font-family: serif;
	margin: 0 0 40px;
}

.ryu6audition h4 {
	margin: 40px 0;
	font-size: 20px;
	line-height: 1.4;
	font-family: serif;
}

.ryu6photo {
	text-align: center;
	margin: 0 0 40px;
}

.ryu6photo img {
	width: 400px;
	margin: 0 10px;
	border-radius: 2px;
}

.ryu6photo p {
	font-weight: bold;
}

.contents_m .ryu6auditionInfo {
	margin: 0 20px 60px;
}

.contents_m .ryu6auditionInfo p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.contents_m .ryu6auditionInfo td,
.contents_m .ryu6auditionInfo th {
	border: 1px solid #CCC;
}

.contents_m .ryu6auditionInfo th {
	width: 20%;
	text-align: center;
	background: #333;
	color: #FFF;
}

.contents_m .ryu6auditionInfo td {
	padding: 20px;
}

.ryu6gameInfo {
	margin: 0 20px 40px;
}

.contents_m .ryu6gameInfo table,
.contents_m .ryu6gameInfo td,
.contents_m .ryu6gameInfo th {
	border: none;
	padding: 0 20px;
	background: transparent;
	border-collapse: separate;
	border-spacing: 5px;
}

.contents_m .ryu6gameInfo table {
	margin: 0 auto;
	width: 60%;
	background: url(../../common/img/ryu6/ryu6_logo.jpg) no-repeat right center;
}

.contents_m .ryu6gameInfo th {
	width: 25%;
	border-right: 2px solid #DDD;
	text-align: right;
}

.contents_m .ryu6audition__head {
	text-align: right;
	margin: -60px 0 20px;
	font-size: 13px;
	line-height: 1.5;
}

.contents_m .ryu6audition .ryu6audition__foot {
	text-align: center;
	font-size: 13px;
}

.registerLink {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
	background: linear-gradient(to bottom, rgba(242,70,118,1), rgba(242,70,118,0.95) );
	border: 1px solid rgba(242,70,118,1);
	box-shadow:
		inset -1px -1px rgba(255,255,255,0.1),
		inset 1px 1px rgba(255,255,255,0.1);
	color: #FFF;
	padding: 20px 0;
	margin: 0 0 10px;
	line-height: 1.4;
}

.registerLink:hover {
	color: #FFF;
}

.registerLink--cuser {
	background: linear-gradient(to bottom, rgba(64,44,43,1), rgba(64,44,43,0.95) );
	border: 1px solid rgba(64,44,43,1);
}