/* 問い合わせスタイル */

/*******************************************************************/
/* 連絡先 */
#renraku {
/*	font-size: 12px;*/
	font-size: 14px;
	line-height: 250%;
	float: left;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#renraku {
		width: calc(100% - 300px);
/*		font-size: 12px;*/
		font-size: 14px;
		line-height: 250%;
		float: right;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}

#renraku_head {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #003A75;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #e7e8e8;
}

@media (min-width: 768px) {
	#renraku_head {
		font-size: 14px;
		line-height: 150%;
		font-weight: bold;
		color: #003A75;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: url(img/title_bar_type3_1.jpg) no-repeat;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 入力画面 */
.nyuuryoku{
	padding-left: 3px;
	padding-bottom: 20px;
}

#name{
	width: 200px;
	height: 20px;
}

#mail{
	width: 250px;
	height: 20px;
}

#soft{
	width: 220px;
	height: 20px;
	margin-bottom: 20px;
}

#user {
}

#userInput {
	display :none;
	padding-top: 5px;
	padding-left: 10px;
}

#sort{
	width: 220px;
	height: 20px;
	margin-bottom: 20px;
}

#dllic{
	display :none;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#notrun{
	display :none;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#other{
	display :none;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#kaizoku{
	display :none;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#version{
	width: 80px;
	height: 20px;
}

#buy_info{
	width: 250px;
	height: 20px;
}

#kankyo{
	display :none;
}

#server{
	width: 250px;
	height: 20px;
}

#browser{
	width: 250px;
	height: 20px;
}

#os{
	width: 250px;
	height: 20px;
}

#title{
	width: 250px;
	height: 20px;
}

#naiyo{
	width: 300px;
	height: 200px;
}

/*
#userInput {
	display: none;
}
*/

#user:checked ~ #userInput {
	display: block;
}

@media (min-width: 768px) {
	#mail{
		width: 350px;
		height: 20px;
	}
	
	#buy_info{
		width: 350px;
		height: 20px;
	}
	
	#server{
		width: 350px;
		height: 20px;
	}
	
	#naiyo{
		width: 450px;
		height: 200px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 確認画面 */
.koumoku{
	border-top: 1px #808080 dotted;
	height: 20px;
}

.atai{
	padding-left: 20px;
	margin-bottom: 10px;
}

.display_none{
	display: none;
}

.button-left{
	float: left;
}

.button-right{
	float: right;
}


/* ↓ サイトでは使っていない。ツールでは使っている。今後使うかもしれないのでコピー。 */
/* https://allabout.co.jp/gm/gc/448525/ */
/* ボタンを左右に並列表示 */
/*
.heiretsu {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.button1 {
	display:table-cell;
	text-align: left;
}

.button2 {
	display:table-cell;
	text-align: right;
}
*/
/*******************************************************************/
