@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/*コメント欄並び替え*/
#commentform {
    display: flex;
    flex-direction: column;
}
/*名前*/
.comment-form-author {
    order: -4;
}
/*メールアドレス*/
.comment-form-email {
    order: -3;
}
/*ウェブサイト*/
.comment-form-url {
    order: -2;
}
/*コメント記入欄*/
.comment-form-comment {
    order: -1;
}
/*コメント送信ボタン*/
.form-submit {
    order: 1;
}

/*画像に枠線を付ける*/
img.bigshadow {
	border: solid 2px #3E3E3E!important;
	box-shadow: 5px 5px 5px #d3d3d3!important;
}


